Skip to main content

gloUserGroups

Retrieves user groups.

gloUserGroups(
after: String
before: String
filter: GloUserGroupInputFilterInput
first: Int
last: Int
order: [GloUserGroupSortInput!]
): GloUserGroupConnection

Arguments

gloUserGroups.after ● String scalar

Returns the elements in the list that come after the specified cursor.

gloUserGroups.before ● String scalar

Returns the elements in the list that come before the specified cursor.

gloUserGroups.filter ● GloUserGroupInputFilterInput input

gloUserGroups.first ● Int scalar

Returns the first _n_ elements from the list.

gloUserGroups.last ● Int scalar

Returns the last _n_ elements from the list.

gloUserGroups.order ● [GloUserGroupSortInput!] list input

Type

GloUserGroupConnection object

A connection to a list of items.