Skip to main content

groups

Get groups using cursor-based pagination

groups(
after: String
before: String
filter: JSONObject
first: Int
last: Int
sort: GroupSort
): GroupConnection!

Arguments

groups.after ● String scalar

Returns groups after this cursor

groups.before ● String scalar

Returns groups before this cursor

groups.filter ● JSONObject scalar

Filter for searching groups

groups.first ● Int scalar

Returns the first n groups from the cursor position

groups.last ● Int scalar

Returns the last n groups before the cursor position

groups.sort ● GroupSort input

Sort groups by a supported column

Type

GroupConnection object