You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/app/node_modules/graphql/type/assertName.js:31
throw new _GraphQLError.GraphQLError(
^
GraphQLError: Names must only contain [_a-zA-Z0-9] but "Job Reference Number" does not.
To Reproduce
Steps to reproduce the behavior:
create graphql module
use spaces in name
Expected behavior
Name is used as actual name, as working for @field decorator
The text was updated successfully, but these errors were encountered:
I have the follwing:
And getting the following error:
/app/node_modules/graphql/type/assertName.js:31
throw new _GraphQLError.GraphQLError(
^
GraphQLError: Names must only contain [_a-zA-Z0-9] but "Job Reference Number" does not.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Name is used as actual name, as working for @field decorator
The text was updated successfully, but these errors were encountered: