DynamicIntRange top-level constant

ObjectTypeDefinitionNode const DynamicIntRange

Implementation

const DynamicIntRange = _i1.ObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'DynamicIntRange'),
    directives: [],
    interfaces: [],
    fields: [
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'min'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'Int'), isNonNull: true)),
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'max'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'Int'), isNonNull: true))
    ]);