groups
Get groups using cursor-based pagination
groups(
after: String
before: String
filter: JSONObject
first: Int
last: Int
): 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