Skip to main content

TypeScript shape

interface IntEqualsConditionInput {
  eq: number;
}
eq
Int!
required
Integer value to match exactly.