ProductSettingDescription

The description of a Product Setting indicating the key the setting is sent
under, the GraphQL input_type name, and the kind of input_type. See an
example query here.

Fields

input_type (String!)

The name of GraphQL input_type for the setting key. The input_type data will
be nested under the setting key. To introspect on an input_type to figure out
more information about its structure see our introspection query
examples
.

key (String!)

The key that setting data is nested under.

kind (String!)

The kind (maybe better stated as "category") of the input_type. Values
include: SCALAR, OBJECT, INTERFACE, UNION, ENUM, INPUT_OBJECT, LIST, and NON_NULL.

required (Boolean!)

Indicates if the setting is required or not.