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

Add auto-generated collection type descriptions #150

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

dpena-ut
Copy link
Contributor

Description, motivation and context

To continue the related PR below, this adds descriptions to the collection types. The prior change worked well but the graphql schema linter we're using caught these additional types missing descriptions. I believe this should do the job since the generated collection type objects generated inherit from GraphQL::Schema::Object which has the description method on it.

It also adds some basic specs.

Feel free to suggest a different name for the auto-generated name.

Related issue(s) or PR(s)

#149

DP added 2 commits September 15, 2023 14:14
* Adds description for schema linters that require it.
* Adds specs.
@dpena-ut dpena-ut changed the title Dp add type description Add auto-generated collection type descriptions Sep 15, 2023
@knapo knapo merged commit 61e852c into RenoFi:main Sep 17, 2023
6 checks passed
@dpena-ut dpena-ut deleted the dp-add-type-description branch September 18, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants