diff --git a/plugins/gatsby-source-newrelic-sdk/src/constants.js b/plugins/gatsby-source-newrelic-sdk/src/constants.js index 4a53676b2..1e9acc270 100644 --- a/plugins/gatsby-source-newrelic-sdk/src/constants.js +++ b/plugins/gatsby-source-newrelic-sdk/src/constants.js @@ -1,7 +1,7 @@ module.exports.BASE_URL = 'https://d1zobbh8kytrtv.cloudfront.net/platform/wanda--wanda-ec-ui--nr1-docs'; -module.exports.DOCUMENTED_APIS = ['logger', 'navigation', 'nerdlet']; +module.exports.DOCUMENTED_APIS = ['logger', 'navigation', 'nerdlet', 'ngql']; module.exports.DOCUMENTED_COMPONENTS = [ 'AccountPicker', 'AccountsQuery',