rocket-connect / graphql-debugger

Debug your GraphQL server.

Home Page:https://graphql-debugger.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugger not respecting includeVariables

danstarns opened this issue · comments

When setting all values to false I expect none of the values to appear in the trace. Currently. debugger is not respecting these values:

new GraphQLOTELContext({
  includeResult: false,
  includeVariables: false,
  includeContext: false,
});