Closed 23tux closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
I have the code above working in production, so it seems like the right way. But I'd still like to know, if this is the intended way to support arguments.
I'd like to mask certain arguments so they are hidden in the schema. I'm currently playing around with this
and then use it like this
Is this the right way to do it? And can someone explain why I need to define the mask on
GraphQL::Argument
ANDGraphQL::Schema::Argument
?