Skip to content

Instantly share code, notes, and snippets.

@dabit3
Created May 15, 2020 16:26
Show Gist options
  • Save dabit3/3d3bf440d6e73b4ee36d19f6a51a5b6c to your computer and use it in GitHub Desktop.
Save dabit3/3d3bf440d6e73b4ee36d19f6a51a5b6c to your computer and use it in GitHub Desktop.
Products ordered by date
type Product @model
@key(name: "productSortedIndex", fields: ["baseType", "createdAt"], queryField: "productsSorted") {
id: ID
name: String
price: Float
createdAt: String
baseType: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment