7 lines
65 B
GraphQL
7 lines
65 B
GraphQL
![]() |
query FetchChannels {
|
||
|
channels {
|
||
|
id
|
||
|
slug
|
||
|
name
|
||
|
}
|
||
|
}
|