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

Issues when schema.gql has """ formatted comments #130

Open
DogsForArms opened this issue Apr 4, 2019 · 2 comments
Open

Issues when schema.gql has """ formatted comments #130

DogsForArms opened this issue Apr 4, 2019 · 2 comments

Comments

@DogsForArms
Copy link

Hello. My graphql schema has triple-quote descriptions, such as """Description goes here""".
Seems like I'm not getting autocomplete when that is the case. If I go to the schema.gql file and replace all """ with #, there is no longer an issue and my autocomplete works as expected (within gql tags).

@borekb
Copy link

borekb commented Jun 27, 2019

Descriptions don't seem to be supported at all:

image

@Maxwell2022
Copy link
Contributor

Maxwell2022 commented Oct 14, 2019

That's because of the @playlyfe/gql not supporting the graphql definition for comments/descriptions.

You want to follow this issue that has been opened over a year ago now:
Mayank1791989/gql#143

I've ended up installing https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql

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

No branches or pull requests

3 participants