INPUT_OBJECT
CreateAddressStatusMutationInput
The input object that defines the fields for the createAddressStatus mutation.
link GraphQL Schema definition
- input CreateAddressStatusMutationInput {
- # A descriptive name.
- : String!
- # A 6 character hexadecimal string, representing a color used in HTML.
- : HtmlHexColor!
- # An icon.
- : Icon!
- # A note about this entity.
- : NoteMutationInput
- }