Closed astubenbord closed 11 months ago
I've noticed that enum literals remain private when the enum literals are prefixed with an underscore in the graphql schema.
This PR adds functionality which escapes enum literals starting with an underscore just like property names.
Great catch! Thanks for submitting.
Great, glad I could help and thanks for your work, very useful project!
I've noticed that enum literals remain private when the enum literals are prefixed with an underscore in the graphql schema.
This PR adds functionality which escapes enum literals starting with an underscore just like property names.