Skip to content

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