Skip to main content

permissionGroups

List of permission groups.

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

Arguments

permissionGroups.filter ● PermissionGroupFilterInput input

Filtering options for permission groups.

permissionGroups.sortBy ● PermissionGroupSortingInput input

Sort permission groups.

permissionGroups.before ● String scalar

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

permissionGroups.after ● String scalar

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

permissionGroups.first ● Int scalar

Return the first n elements from the list.

permissionGroups.last ● Int scalar

Return the last n elements from the list.

Type

GroupCountableConnection object

Was this page helpful?