CreateStoreInput
No description
input CreateStoreInput {
userId: ID
name: String
currencyCode: String
locale: String
industry: String
timezone: String
}
No description
input CreateStoreInput {
userId: ID
name: String
currencyCode: String
locale: String
industry: String
timezone: String
}
CreateStoreInput.userId ● ID scalarCreateStoreInput.name ● String scalarCreateStoreInput.currencyCode ● String scalarCreateStoreInput.locale ● String scalarCreateStoreInput.industry ● String scalarCreateStoreInput.timezone ● String scalar