Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created October 24, 2018 16:20
Show Gist options
  • Save SaraVieira/eb4a1de9911ed235b29634b57862b743 to your computer and use it in GitHub Desktop.
Save SaraVieira/eb4a1de9911ed235b29634b57862b743 to your computer and use it in GitHub Desktop.
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