Created
December 22, 2018 17:31
-
-
Save nabiltntn/e9d9d95a975364388f6f983f4d30d563 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| import gql from 'graphql-tag'; | |
| const query = gql` | |
| { | |
| project(id: 5) { | |
| title! | |
| description | |
| } | |
| } | |
| ` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment