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