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
{{ message }}
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
Currently, the schema augmentation functions only accept typeDefs in the format of a string containing SDL. This issue requests support for passing parsed typeDefs to the augmentation functions. This occurs, for example, when a gql tag is applied on typeDefs:
import{gql}from"apollo-server";consttypeDefs=gql` type User { id: ID! username: String }`;
The text was updated successfully, but these errors were encountered:
michaeldgraham
changed the title
Feature request: Allow augmentation to accept parsed typeDefs
Feature request: Allow augmentation to accept parsed typeDefs
May 2, 2020
michaeldgraham
changed the title
Feature request: Allow augmentation to accept parsed typeDefs
Feature request: Allow augmentation to accept parsed typeDefs from gql tag
May 2, 2020
michaeldgraham
changed the title
Feature request: Allow augmentation to accept parsed typeDefs from gql tag
Feature request: Allow augmentation to accept parsed typeDefs from 'gql' tag
May 2, 2020
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Currently, the schema augmentation functions only accept
typeDefs
in the format of a string containing SDL. This issue requests support for passing parsedtypeDefs
to the augmentation functions. This occurs, for example, when agql
tag is applied ontypeDefs
:The text was updated successfully, but these errors were encountered: