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