ThermostatRangeInput top-level constant

InputObjectTypeDefinitionNode const ThermostatRangeInput

Implementation

const ThermostatRangeInput = _i1.InputObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'ThermostatRangeInput'),
    directives: [],
    fields: [
      _i1.InputValueDefinitionNode(
          name: _i1.NameNode(value: 'setPointLow'),
          directives: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'Float'), isNonNull: true),
          defaultValue: null),
      _i1.InputValueDefinitionNode(
          name: _i1.NameNode(value: 'setPointHigh'),
          directives: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'Float'), isNonNull: true),
          defaultValue: null)
    ]);