Skip to content

Instantly share code, notes, and snippets.

@colinfwren
Last active April 17, 2022 21:21
Show Gist options
  • Save colinfwren/10dc19595eae70cb82e0d966cd09a14f to your computer and use it in GitHub Desktop.
Save colinfwren/10dc19595eae70cb82e0d966cd09a14f to your computer and use it in GitHub Desktop.
Basic schema for Test Data objects
type Product {
id: ID! @id
name: String
}
type Mockup {
id: ID! @id
name: String
nodeId: String
}
type UserStory {
id: ID! @id
name:String
}
type Test {
id: ID! @id
name: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment