Special characters in GraphQL schema
问题 Is there any way of enabling special characters in GraphQL schema (e.g., / , : , @ in the field names)? And if there isn't (which I suspect is the case) do you have an idea what would be relatively easiest way to modify the node.js code (https://github.com/graphql/graphql-js) to achieve such functionality? 回答1: I would recommend against doing in this. graphql-js follows the grammatical form stated in the graphql specification. Such a change would be a break away from the specification and