Skip to content

TestInput

DEPRECATED. A test that can be ordered

Fields

name · String · Human readable description of the test
provider_identifier · ID! · required · The unique identifier for the test

Used By

Definition

"""
DEPRECATED. A test that can be ordered
"""
input TestInput {
"""
Human readable description of the test
"""
name: String
"""
The unique identifier for the test
"""
provider_identifier: ID!
}