ActionTypeUpdateArgs
No description
input ActionTypeUpdateArgs {
actionTypeId: ID!
name: String
description: String
access: ActionTypeAccessArgs
key: String
}
Fields
ActionTypeUpdateArgs.actionTypeId ● ID! non-null scalar common
The ID of the action type to update
ActionTypeUpdateArgs.name ● String scalar common
An updated name
ActionTypeUpdateArgs.description ● String scalar common
An updated description
ActionTypeUpdateArgs.access ● ActionTypeAccessArgs input actions
Access management for the action type
ActionTypeUpdateArgs.key ● String scalar common
Update the action type key
Member Of
actionTypeUpdate mutation