Created
December 10, 2021 04:52
-
-
Save manakuro/3575b9c09babe1bbc6d0f68ca83a2d37 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
type User implements Node { | |
id: ID! | |
name: String! | |
age: Int! | |
todos: [Todo!]! | |
createdAt: String! | |
updatedAt: String! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment