Skip to content

Instantly share code, notes, and snippets.

@bartcis
Created July 17, 2019 12:52
Show Gist options
  • Select an option

  • Save bartcis/11a87c22ed96a294eb242f3ceaff0c7a to your computer and use it in GitHub Desktop.

Select an option

Save bartcis/11a87c22ed96a294eb242f3ceaff0c7a to your computer and use it in GitHub Desktop.
Import of GraphQL schemas - excercise
// Import of the file where we build data structures/schemas
const typeDefs = require('./server/schema');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment