AccountGroupEdge
An edge in a connection.
type AccountGroupEdge {
cursor: String!
node: AccountGroup
}
Fields
AccountGroupEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
AccountGroupEdge.node ● AccountGroup object
The item at the end of the edge.
Member Of
AccountGroupConnection object