GoalConnection
No description
type GoalConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [GoalEdge]
}
Fields
GoalConnection.count ● Int scalar
GoalConnection.offset ● Int scalar
GoalConnection.pagesize ● Int scalar
GoalConnection.first ● ID scalar
GoalConnection.previous ● ID scalar
GoalConnection.next ● ID scalar
GoalConnection.last ● ID scalar
GoalConnection.edges ● [GoalEdge] list object
Returned By
GoalConection query
Member Of
GoalConnectionType object