Skip to content

Instantly share code, notes, and snippets.

@jaunesarmiento
Created August 2, 2020 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaunesarmiento/a3f1e67eaca61e7b4ced0f9b5a5ad77c to your computer and use it in GitHub Desktop.
Save jaunesarmiento/a3f1e67eaca61e7b4ced0f9b5a5ad77c to your computer and use it in GitHub Desktop.
type Message @model {
id: ID!
author: String!
body: String!
createdAt: AWSDateTime
updatedAt: AWSDateTime
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment