Created
April 21, 2021 20:45
-
-
Save smpnjn/f00543f4ad61053cc9b19d9ed1c96ade to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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