Skip to main content

SystemActionParameter

No description

type SystemActionParameter {
id: ID!
name: String
type: String
description: String
defaultValue: String
}

Fields

SystemActionParameter.id ● ID! non-null scalar

SystemActionParameter.name ● String scalar

SystemActionParameter.type ● String scalar

SystemActionParameter.description ● String scalar

SystemActionParameter.defaultValue ● String scalar

Member Of

SystemAction object