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 support for adding description to schema #2419

Merged
merged 1 commit into from
Feb 3, 2020

Conversation

IvanGoncharov
Copy link
Member

@IvanGoncharov IvanGoncharov added spec RFC Implementation of a proposed change to the GraphQL specification PR: feature 🚀 requires increase of "minor" version number labels Jan 30, 2020
@@ -18,7 +18,19 @@ describe('getIntrospectionQuery', () => {
);
});

it('include "isRepeatable" field', () => {
it('include "isRepeatable" field on directives', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this related to the isRepeatable change? Or just piggybacking in more tests?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leebyron Thanks for the review 👍
Just copy-pasted tests for isRepeatable as starting point for testing that schema's description is present but forgot to change them.
I wrote a new test and committed them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: feature 🚀 requires increase of "minor" version number spec RFC Implementation of a proposed change to the GraphQL specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants