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

federation: fix warning for mismatched unnamed @external #164

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

glasser
Copy link
Member

@glasser glasser commented Sep 17, 2020

Some TypeScript weirdness means we were getting the GraphQLNamedType overload of
typeFromAST, which meant we were calling .name on it, which is undefined for
non-null and list types.

Some TypeScript weirdness means we were getting the GraphQLNamedType overload of
typeFromAST, which meant we were calling `.name` on it, which is undefined for
non-null and list types.
@glasser glasser force-pushed the apollo-server-import/pr-4392 branch from 7f28421 to ac4d447 Compare September 17, 2020 16:59
@abernix
Copy link
Member

abernix commented Sep 22, 2020

Originally at: apollographql/apollo-server#4392

@glasser glasser merged commit a0a01fc into main Sep 22, 2020
@glasser glasser deleted the apollo-server-import/pr-4392 branch September 22, 2020 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants