ActionTypeFieldCreateArgs
No description
input ActionTypeFieldCreateArgs {
actionTypeId: ID!
actionTypeFieldTypeId: ID!
name: String!
description: String
position: String
}
Fields
ActionTypeFieldCreateArgs.actionTypeId ● ID! non-null scalar common
ActionTypeFieldCreateArgs.actionTypeFieldTypeId ● ID! non-null scalar common
ActionTypeFieldCreateArgs.name ● String! non-null scalar common
ActionTypeFieldCreateArgs.description ● String scalar common
ActionTypeFieldCreateArgs.position ● String scalar common
Member Of
actionTypeFieldCreate mutation