INPUT_OBJECT

TestInput

A test that can be ordered

link GraphQL Schema definition

  • input TestInput {
  • # Human readable description of the test
  • name: String
  • # The unique identifier for the test
  • provider_identifier: ID!
  • }