Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created August 7, 2019 18:11
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 uno-de-piera/7130457b44c88839402f6293e2750131 to your computer and use it in GitHub Desktop.
Save uno-de-piera/7130457b44c88839402f6293e2750131 to your computer and use it in GitHub Desktop.
type Post @model {
id: ID!
owner: String #autor
title: String! #título
body: String #post
createdAt: AWSDateTime!
updatedAt: AWSDateTime!
}
type Mutation {
batchDeletePosts(ids: [ID]): [Post]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment