Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Created March 26, 2018 12:35
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 gc-codesnippets/59a3e5e3944a01a133396dbbf35e1860 to your computer and use it in GitHub Desktop.
Save gc-codesnippets/59a3e5e3944a01a133396dbbf35e1860 to your computer and use it in GitHub Desktop.
export const DRAFTS_QUERY = gql`
query DraftsQuery {
drafts {
id
text
title
isPublished
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment