Skip to content

globalPermissions

Query for nodes of type GlobalPermission

graphql
globalPermissions(
  after: String
  before: String
  filter: GlobalPermissionFilterInput
  first: Int
  last: Int
  orderBy: [GlobalPermissionOrder!]
  skip: Int
): GlobalPermissionConnection!

Arguments

globalPermissions.after ● String scalar

Get only items after the cursor

globalPermissions.before ● String scalar

Get only items before the cursor

globalPermissions.filter ● GlobalPermissionFilterInput input

Filter for specific items in the connection

globalPermissions.first ● Int scalar

Get the first n items. Must not be used if before is specified

globalPermissions.last ● Int scalar

Get the last n items. Must not be used if after is specified

globalPermissions.orderBy ● [GlobalPermissionOrder!] list input

Order in which the items are sorted

globalPermissions.skip ● Int scalar

Skips n items. First or last MUST be specified, is otherwise ignored

Type

GlobalPermissionConnection object

The connection type for GlobalPermission.

Released under the MIT License.