-
Notifications
You must be signed in to change notification settings - Fork 2k
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
TypeError on tracer method #25
Comments
I think the problem is here: I'm a bit confused as to why that hasn't caused any test to fail, tbh. Also, might be worth noting here that the tracer code itself is no longer in apollo server. You have to import it from the apollo-tracer pacakge. |
Fixed by #26 |
trevor-scheer
pushed a commit
that referenced
this issue
May 6, 2020
…t operation names (#25) * Add validation for @key directives * Added validation rules for @externals and @requires directives * Added jest-config and graphql-tag dev dependencies * exported composition functions * Validate against invalid usage of root operation type names Add a validator to warn users against using default root operation type names when they've specified non-default root operation types. * Update externals error message * Add union type handling and update related tests / edge cases.
trevor-scheer
pushed a commit
that referenced
this issue
May 14, 2020
…t operation names (#25) * Add validation for @key directives * Added validation rules for @externals and @requires directives * Added jest-config and graphql-tag dev dependencies * exported composition functions * Validate against invalid usage of root operation type names Add a validator to warn users against using default root operation type names when they've specified non-default root operation types. * Update externals error message * Add union type handling and update related tests / edge cases.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tracer.submit is not a function
https://github.com/apollostack/apollo-server/blob/master/src/apolloServer.js#L254
The text was updated successfully, but these errors were encountered: