Store
No description
type Store {
id: ID!
name: String
address: Address
phone: String
email: String
iban: String
website: String
metadata: [KeyValueItem!]
blocked: Boolean
}
Fields
Store.id ● ID! non-null scalar
The Store's ID
Store.name ● String scalar
A name that represents the store
Store.address ● Address object
The store's address
Store.phone ● String scalar
The store's phone number
Store.email ● String scalar
The store's email address
Store.iban ● String scalar
The store's IBAN
Store.website ● String scalar
The store's website
Store.metadata ● [KeyValueItem!] list object
Metadata
Store.blocked ● Boolean scalar
Whether the store is blocked or not
Returned By
createStore mutation ● store query ● updateStore mutation ● userStore query
Member Of
StoresConnection object