Skip to main content

RadioField

No description

type RadioField implements Field {
key: String!
name: String!
refreshDynamicFieldsOnChange: Boolean!
required: Boolean!
allowedValues: [AllowedValue!]!
}

Fields

RadioField.key ● String! non-null scalar

RadioField.name ● String! non-null scalar

RadioField.refreshDynamicFieldsOnChange ● Boolean! non-null scalar

RadioField.required ● Boolean! non-null scalar

RadioField.allowedValues ● [AllowedValue!]! non-null object

Interfaces

Field interface