OBJECT
PrivilegesMutation
link GraphQL Schema definition
- type PrivilegesMutation {
- # Requires access to resource GRAPHQL_PRIVILEGES_EDIT
- #
- # Arguments
- # input: [Not documented]
- RoleInput!): Role! ( :
- # Requires access to resource GRAPHQL_PRIVILEGES_EDIT
- #
- # Arguments
- # roleNid: [Not documented]
- # input: [Not documented]
- RoleNid!, : RoleModifyInput!): Boolean! ( :
- # Requires access to resource GRAPHQL_PRIVILEGES_EDIT.
- # Requires access to given operator
- #
- # Arguments
- # roleNid: [Not documented]
- # targetOprNid: [Not documented]
- # input: [Not documented]
- (
- RoleNid!, :
- OperatorNid!, :
- RoleModifyForOperatorInput! :
- ): Boolean!
- # Requires access to resource GRAPHQL_PRIVILEGES_EDIT
- #
- # Arguments
- # roleNid: [Not documented]
- RoleNid!): Boolean! ( :
- }