Created
October 24, 2018 16:20
-
-
Save SaraVieira/eb4a1de9911ed235b29634b57862b743 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
const typeDefs = gql` | |
scalar Image | |
type Query { | |
image: Image, | |
notImage: Image | |
} | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment