Relay Pagination - types with description #1127
ClaudenirFreitas
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Sounds good, and we just merged your PR contributions for this. Thanks for the PR! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I've been using Relay Pagination that generates the relay types dynamically e.g:
As you can see, these types don't have
description
.My use case is: I need to run a graphql-schema-linter before to publish the schema to my GraphQL Schema Registry. Without these descriptions, I've been receiving the lint errors like fields-have-descriptions.
I already created this branch that adds the descriptions and it's working as expected. The output is:
I really appreciate your feedback.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions