DEV

Query.

valueValidation

Returns a ValueValidation resource by ID.

Arguments

id

ID!

Required

The ID of the ValueValidation to return.
GraphQL
1
2
3
type Query {
  valueValidation(id: ID!): ValueValidation
}

Was this page helpful?