Skip to content

Instantly share code, notes, and snippets.

@Necmttn
Created November 28, 2018 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Necmttn/6edee83d7d46c0b33edec11fb5e570a2 to your computer and use it in GitHub Desktop.
Save Necmttn/6edee83d7d46c0b33edec11fb5e570a2 to your computer and use it in GitHub Desktop.
const GET_JOB = gql`
 query GetJobById($Id: String!) {
 Job(Id: $Id) {
 images {
 url
 id
 }
 isLiked @client
 }
 }
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment