Skip to content

Instantly share code, notes, and snippets.

@govorov
Last active October 14, 2017 01:38
Show Gist options
  • Save govorov/ed9749c8086ea4ad51b6cf2a5be6289f to your computer and use it in GitHub Desktop.
Save govorov/ed9749c8086ea4ad51b6cf2a5be6289f to your computer and use it in GitHub Desktop.
//
// graphql/types/query.ts
//
export const Query = `
type Query {
cards: [Card]
card(id: String!): Card
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment