Files
stripeapp/graphql/queries/FetchChannels.graphql
jackbeeby 09db3a54c3 load
2024-12-05 18:55:18 +11:00

7 lines
57 B
GraphQL

query FetchChannels {
channels {
id
name
}
}