UpdateStoreInput
No description
input UpdateStoreInput {
id: ID!
name: String
address: AddressInput
phone: String
email: String
website: String
metadata: [KeyValueInput!]
blocked: Boolean
}
Fields
UpdateStoreInput.id ● ID! non-null scalar
The Store's ID
UpdateStoreInput.name ● String scalar
A name that represents the store
UpdateStoreInput.address ● AddressInput input
The store's address
UpdateStoreInput.phone ● String scalar
The store's phone number
UpdateStoreInput.email ● String scalar
The store's email address
UpdateStoreInput.website ● String scalar
The store's website
UpdateStoreInput.metadata ● [KeyValueInput!] list input
Metadata
UpdateStoreInput.blocked ● Boolean scalar
Whether the store is blocked or not
Member Of
updateStore mutation