Skip to main content

permissionGroups

List permission groups.

permissionGroups(
filter: PermissionGroupFilterInput
sortBy: PermissionGroupSortingInput
before: String
after: String
first: Int
last: Int
): GroupCountableConnection!

Arguments

permissionGroups.filter ● PermissionGroupFilterInput input

permissionGroups.sortBy ● PermissionGroupSortingInput input

permissionGroups.before ● String scalar

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

permissionGroups.after ● String scalar

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

permissionGroups.first ● Int scalar

Returns the first n items from the list.

permissionGroups.last ● Int scalar

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

Type

GroupCountableConnection object

A connection to a list of items.

Was this page helpful?