-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: throw an error when query does not have name
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/fixtures/graphql-tag/converts inline gql tag to a compiled version/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import gql from 'graphql-tag'; | ||
|
||
const foo = gql`query {foo}`; | ||
const foo = gql`query foo {foo}`; |
2 changes: 1 addition & 1 deletion
2
test/fixtures/graphql-tag/converts inline gql tag to a compiled version/expected.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.