Shop
No description
type Shop {
id: ID!
name: String
platformId: String
platformName: String
platformShopId: String
uid: String!
enterpriseId: String!
url: String
}
Fields
Shop.id ● ID! non-null scalar
Shop.name ● String scalar
Shop.platformId ● String scalar
Shop.platformName ● String scalar
Shop.platformShopId ● String scalar
Shop.uid ● String! non-null scalar
Shop.enterpriseId ● String! non-null scalar
Shop.url ● String scalar
Returned By
createShop mutation ● getAllShops query ● getShop query ● updateShop mutation