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

Wrong place for exclamation mark #49

Closed
piotrgorecki opened this issue Dec 18, 2017 · 2 comments
Closed

Wrong place for exclamation mark #49

piotrgorecki opened this issue Dec 18, 2017 · 2 comments
Labels

Comments

@piotrgorecki
Copy link

In my schema I have groups: [CustomerGroup!], but Voyager display it as "groups: [CustomerGroup ]!".
The opposite case, when I set in the schema groups: [CustomerGroup]!, the Voyager shows it as "groups: [CustomerGroup !]"

"apollo-server-express": "^1.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"express": "^4.16.2",
"graphql": "^0.11.7",
"graphql-tools": "^2.13.0",
"graphql-voyager": "^1.0.0-rc.10",
app.use("/voyager", middleware({ endpointUrl: "/graphql" }));
@IvanGoncharov
Copy link
Member

@piotrgorecki Good catch 🐞 🔍
Fixed in 1.0.0-rc.11 and demo.

@piotrgorecki
Copy link
Author

Thanks @IvanGoncharov! Now it works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants