QueryInputVariable constructor

const QueryInputVariable(
  1. String name,
  2. GraphQLType type
)

Implementation

const QueryInputVariable(this.name, this.type);