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

--comment-descriptions does not work anymore with v3 #320

Open
yvele opened this issue Aug 2, 2022 · 1 comment
Open

--comment-descriptions does not work anymore with v3 #320

yvele opened this issue Aug 2, 2022 · 1 comment

Comments

@yvele
Copy link

yvele commented Aug 2, 2022

I switched from graphql-schema-linter v2.0.2 to v3.0.1

And now I have a lot of types-have-descriptions and fields-have-descriptions reports.

This should be OK using --comment-descriptions:

# Foo description.
type Foo {

  # Unique identifier.
  id: ID!

}

Everything was OK using v2.0.2

Note that I'm building a schema for AWS AppSync and I need the old way of defining descriptions:

@deechauhan
Copy link

+1

I'm using AWS AppSync - Although it's annoying why AWS still doesn't support proper descriptions, would be amazing if --comment-descriptions worked.

@yvele yvele changed the title --comment-descriptions does not work anymore with v3 --comment-descriptions does not work anymore with v3 Mar 6, 2024
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

2 participants