DeviceEventEdge top-level constant

ObjectTypeDefinitionNode const DeviceEventEdge

Implementation

const DeviceEventEdge = _i1.ObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'DeviceEventEdge'),
    directives: [],
    interfaces: [],
    fields: [
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'cursor'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'String'), isNonNull: true)),
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'node'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'DeviceEvent'), isNonNull: true))
    ]);