mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
* feat: connect homepage and use case pages * fix: internalLink usage * fix: query name * chore: add homepage patterns * chore: remove offerings * chore: add intro features * chore: bump subnav * chore: updating patterns * chore: add use case to the subnav * chore: cleanup unused import * chore: remove subnav border
7 lines
102 B
GraphQL
7 lines
102 B
GraphQL
query UseCasesQuery {
|
|
useCaseNavItems: allNomadUseCases {
|
|
url: slug
|
|
text: heroHeading
|
|
}
|
|
}
|