Types > __InputValue
Storefront APITypes__InputValue
__InputValue

Description

Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.

Fields

defaultValue: String

A GraphQL-formatted string representing the default value for this input value.


deprecationReason: String


description: String


isDeprecated: Boolean!


name: String!


type: __Type!


Used By

Types

__Directive, __Field, __Type

Preview (typescript)

Loading module