Skip to content

Instantly share code, notes, and snippets.

@iandjx
Created July 19, 2023 05:40
Show Gist options
  • Save iandjx/d3fdd88f9af133123fbc4c6be3fe262d to your computer and use it in GitHub Desktop.
Save iandjx/d3fdd88f9af133123fbc4c6be3fe262d to your computer and use it in GitHub Desktop.
type Greeting @entity {
id: ID!
newGreeting: String!
changedBy: String!
timestamp: BigInt!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment