Skip to content

Instantly share code, notes, and snippets.

@ambientlight
ambientlight / amplify_example_generated.graphql
Created April 24, 2019 17:51
amplify_example_generated.graphql
type Blog {
id: ID!
name: String!
posts(filter: ModelPostFilterInput, sortDirection: ModelSortDirection, limit: Int, nextToken: String): ModelPostConnection
}
type Post {
id: ID!
title: String!
blog: Blog
type input =
| Insert_coin
| Turn;
module Machine_state = {
type t = {
locked: bool,
candies: int,
coins: int,
};