fix(Docs): Broken graphql page and missing navigation (#43965)

This commit is contained in:
Jeremias Menichelli
2026-03-19 12:14:08 +01:00
committed by GitHub
parent be26feb9ba
commit 8cc77fc91d
2 changed files with 6 additions and 1 deletions

View File

@@ -1547,6 +1547,11 @@ export const graphql: NavMenuConstant = {
{ name: 'API', url: '/guides/graphql/api', items: [] },
{ name: 'Views', url: '/guides/graphql/views', items: [] },
{ name: 'Functions', url: '/guides/graphql/functions', items: [] },
{
name: 'Computed Fields',
url: '/guides/graphql/computed-fields',
items: [],
},
{
name: 'Configuration & Customization',
url: '/guides/graphql/configuration',