Skip to content

Instantly share code, notes, and snippets.

@xoor-io
Created June 12, 2018 14:09
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 xoor-io/2a38db0fe7562a4351710ea2f630319d to your computer and use it in GitHub Desktop.
Save xoor-io/2a38db0fe7562a4351710ea2f630319d to your computer and use it in GitHub Desktop.
graphql-type
const Book = `
type Book {
title: String!
author: String!
}
`;
export const types = () => [Book];
export const typeResolvers = {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment