Files
Stripe/graphql/queries/FetchChannels.graphql
jackbeeby dc5eea1ad0 wdc
2024-12-05 18:20:27 +11:00

7 lines
57 B
GraphQL

query FetchChannels {
channels {
id
name
}
}