Skip to content

Commit

Permalink
Merge pull request #1338 from MiracleDevs/dev
Browse files Browse the repository at this point in the history
NavItems query removed.
  • Loading branch information
bradjohnl authored Nov 30, 2023
2 parents 8c253a4 + 589b840 commit 61a35cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports = {
directusGraphqlUrl: process.env.DIRECTUS_GRAPHQL_URL,
directusToken: process.env.DIRECTUS_TOKEN,
query:
"query { header { translations { languages_code { code } login_text search_placeholder logo { id } navigation_tree nav_items { header_nav_item_id { title columns { header_nav_column_id { groups { header_link_column_id { title links { link_id { title type url open_in_new_tab children { related_link_id { title type url open_in_new_tab }}}}}}}}}}}} social_media { name url icon { id }} footer { translations { title description manage_cookies_text logo { id title } link_column { footer_link_column_id { title links { link_id { title type url open_in_new_tab } } } } bottom_links { link_id { title type url open_in_new_tab } } languages_code { code } footer_tree } }}",
"query { header { translations { languages_code { code } login_text search_placeholder logo { id } navigation_tree } } social_media { name url icon { id } } footer { translations { title description manage_cookies_text logo { id title } bottom_links { link_id { title type url open_in_new_tab } } languages_code { code } footer_tree }}}",
},
],
[
Expand Down

0 comments on commit 61a35cb

Please sign in to comment.