DeviceEventSortInput top-level constant

EnumTypeDefinitionNode const DeviceEventSortInput

Implementation

const DeviceEventSortInput = _i1.EnumTypeDefinitionNode(
    name: _i1.NameNode(value: 'DeviceEventSortInput'),
    directives: [],
    values: [
      _i1.EnumValueDefinitionNode(
          name: _i1.NameNode(value: 'ASCENDING'), directives: []),
      _i1.EnumValueDefinitionNode(
          name: _i1.NameNode(value: 'DESCENDING'), directives: [])
    ]);