Created
February 28, 2021 20:38
-
-
Save SahanAmarsha/a7a2a7a4fc90f7800330a88d404e202b to your computer and use it in GitHub Desktop.
schema.graphql
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 @model { | |
id: ID! | |
firstName: String | |
lastName: String | |
description: "String" | |
image: String | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 5
"String"
should beString