gloUsers
Retrieves list of users by filter.
gloUsers(
after: String
before: String
filter: GloUserInputFilterInput
first: Int
last: Int
order: [GloUserSortInput!]
): GloUserConnection
Arguments
gloUsers.after ● String scalar
Returns the elements in the list that come after the specified cursor.
gloUsers.before ● String scalar
Returns the elements in the list that come before the specified cursor.
gloUsers.filter ● GloUserInputFilterInput input
gloUsers.first ● Int scalar
Returns the first _n_ elements from the list.
gloUsers.last ● Int scalar
Returns the last _n_ elements from the list.
gloUsers.order ● [GloUserSortInput!] list input
Type
GloUserConnection object
A connection to a list of items.