mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
7 lines
103 B
GraphQL
7 lines
103 B
GraphQL
|
query UseCasesQuery {
|
||
|
useCaseNavItems: allConsulUseCases {
|
||
|
url: slug
|
||
|
text: heroHeading
|
||
|
}
|
||
|
}
|