Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FrediBach/297cb906f88c70f120c48bee8f497390 to your computer and use it in GitHub Desktop.
Save FrediBach/297cb906f88c70f120c48bee8f497390 to your computer and use it in GitHub Desktop.
type Blog @fake(amount: 10) {
title: String @fake(type: "headlineMedium")
comments: [Comment!]! @fake(min: 0, max: 100, distribution: "normal")
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment