Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create a enum value with "/" forward slash in schema #52

Closed
ashah888 opened this issue Jul 21, 2016 · 1 comment
Closed

Cannot create a enum value with "/" forward slash in schema #52

ashah888 opened this issue Jul 21, 2016 · 1 comment

Comments

@ashah888
Copy link

I cannot create a enum schema with forward slash ("/").

i.e. the following does not work:

  enum Test {
    ABC
    Dog
    Dog/Cat
  }
@helfer
Copy link
Contributor

helfer commented Jul 26, 2016

Apollo-server uses graphql-tools, which in turn uses graphql-js to parse the schema, so you should file the issue there, if you think this is a bug in the implementation.

@helfer helfer closed this as completed Jul 26, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants