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