saleor-apps-redis_apl/apps/search/graphql/queries/Channels.graphql
Lukasz Ostrowski 21f0a60f07
Add search app (#108)
* Add Search App to apps

* Link eslint config to invoices

* Changesets
2023-02-08 09:28:14 +01:00

5 lines
45 B
GraphQL

query Channels {
channels {
slug
}
}