INPUT_OBJECT

AccessQueryInput

link GraphQL Schema definition

1input AccessQueryInput {
4
2# The type of access being checked.
3type: AccessType!
8
5# The identifier of the resource related to the access check, if a single ID is
6# required.
7resourceId: ID
12
9# The identifiers of the multiple resources related to the access check, if
10# multiple are required.
11resourceIds: [ID]
13}

link Required by