Skip to content

Instantly share code, notes, and snippets.

View CiscoKidxx's full-sized avatar
🎯
Focusing

Chris Newell CiscoKidxx

🎯
Focusing
View GitHub Profile
@merunga
merunga / Comment.graphql
Created April 11, 2018 12:19
serverless-appsync-plugin codegen
type Comment {
_id: String!
# The comment's content.
content: String!
# The comment timestamp. This field is indexed to enable sorted pagination.
createdAt: String!
}
type Mutation {
# Comment on an event.