-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dependency & Tooling Updates #26
Conversation
@@ -550,7 +550,7 @@ describe('validateQueryAgainstEndpoint', () => { | |||
it('should throw an error for a query with a non-operation definitions', () => { | |||
const query = { | |||
definitions: [{ kind: 'ScalarTypeDefinition', name: { kind: 'Name', value: 'NULL' } }], | |||
kind: 'Document', | |||
kind: Kind.DOCUMENT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
operation: 'query', | ||
selectionSet: { kind: 'SelectionSet', selections: [] as readonly SelectionNode[] }, | ||
kind: Kind.OPERATION_DEFINITION, | ||
operation: OperationTypeNode.QUERY, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
node: | ||
- 14 | ||
- 16 | ||
node: 16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd that it had two versions? Is this a try 14 and then fall back to 16 or vice versa?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me...
Bumped some tooling and deps to newer releases:
apollo-link
,graphql-anywhere
,qs