OBJECT
DutyAccountMutation
Represents fields available for mutating of Duty account
link GraphQL Schema definition
- type DutyAccountMutation {
- # Requires access to resource GRAPHQL_DUTY_ACCOUNT_EDIT
- #
- # Arguments
- # dutyAccountDefinitionNid:
- # dutyAccountDefinitionInput:
- (
- : DutyAccountDefinitionNidScalar,
- : ApiDutyAccountDefinitionInput!
- ): DutyAccountDefinition!
- # Requires access to resource GRAPHQL_DUTY_ACCOUNT_EDIT
- #
- # Arguments
- # dutyAccountDefinitionNid:
- (
- : DutyAccountDefinitionNidScalar!
- ): Boolean
- # Requires access to resource GRAPHQL_DUTY_ACCOUNT_EDIT
- #
- # Arguments
- # dutyAccountDefinitionNid:
- # loginNid:
- # dutyAccountScheduledChangeInput:
- (
- : DutyAccountDefinitionNidScalar!,
- : ApiLoginNidScalar!,
- : DutyAccountScheduledChangeInput!
- ): Boolean!
- }