Skip to main content

ActionTypeFieldUpdateArgs

No description

input ActionTypeFieldUpdateArgs {
actionTypeFieldId: ID!
name: String
description: String
position: ActionTypeFieldPosition
index: Int
properties: [ActionTypeFieldPropertyUpsert!]
isHidden: Boolean
presentationOption: String
}

Fields

ActionTypeFieldUpdateArgs.actionTypeFieldId ● ID! non-null scalar common

ActionTypeFieldUpdateArgs.name ● String scalar common

ActionTypeFieldUpdateArgs.description ● String scalar common

ActionTypeFieldUpdateArgs.position ● ActionTypeFieldPosition enum actions

ActionTypeFieldUpdateArgs.index ● Int scalar common

ActionTypeFieldUpdateArgs.properties ● [ActionTypeFieldPropertyUpsert!] list input actions

ActionTypeFieldUpdateArgs.isHidden ● Boolean scalar common

ActionTypeFieldUpdateArgs.presentationOption ● String scalar common

Member Of

actionTypeFieldUpdate mutation