Skip to content

Instantly share code, notes, and snippets.

@bboure
Created December 20, 2020 16:04
Show Gist options
  • Save bboure/ca8c78d01f40252b5d30c92f5bd47034 to your computer and use it in GitHub Desktop.
Save bboure/ca8c78d01f40252b5d30c92f5bd47034 to your computer and use it in GitHub Desktop.
appsync-long-cache-demo-schema.graphql
type Query {
wikipedia(title: ID!): String!
}
schema {
query: Query
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment