GraphQL INPUT_OBJECT
PrivilegeInput
Input to create a privilege.
link Definition
- input PrivilegeInput {
- #   Context of the privilege.
- : PermissionContext!
- #   Permissions for the context.
- : [Permission]
- }
GraphQL INPUT_OBJECT
Input to create a privilege.
- input PrivilegeInput {
- #   Context of the privilege.
- : PermissionContext!
- #   Permissions for the context.
- : [Permission]
- }