Skip to content

Instantly share code, notes, and snippets.

@SahanAmarsha
Created February 28, 2021 20:38
Show Gist options
  • Save SahanAmarsha/a7a2a7a4fc90f7800330a88d404e202b to your computer and use it in GitHub Desktop.
Save SahanAmarsha/a7a2a7a4fc90f7800330a88d404e202b to your computer and use it in GitHub Desktop.
schema.graphql
type User @model {
id: ID!
firstName: String
lastName: String
description: "String"
image: String
}
@kcemenike
Copy link

Line 5
"String" should be String

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment