Skip to content

Instantly share code, notes, and snippets.

@nabiltntn
Created December 22, 2018 17:31
Show Gist options
  • Select an option

  • Save nabiltntn/e9d9d95a975364388f6f983f4d30d563 to your computer and use it in GitHub Desktop.

Select an option

Save nabiltntn/e9d9d95a975364388f6f983f4d30d563 to your computer and use it in GitHub Desktop.
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