saleor-apps-redis_apl/apps/emails-and-messages/graphql/queries/ShopDetails.graphql

7 lines
60 B
GraphQL
Raw Normal View History

2023-03-06 13:01:03 +00:00
query ShopDetails {
shop {
name
description
}
}