Skip to content

Instantly share code, notes, and snippets.

@smpnjn
Created April 21, 2021 20:45
Show Gist options
  • Save smpnjn/f00543f4ad61053cc9b19d9ed1c96ade to your computer and use it in GitHub Desktop.
Save smpnjn/f00543f4ad61053cc9b19d9ed1c96ade to your computer and use it in GitHub Desktop.
let schema = buildSchema(`
type Query {
title: [String]
articleAge: [Int]
}
`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment