ReportedStateField top-level constant

InterfaceTypeDefinitionNode const ReportedStateField

Implementation

const ReportedStateField = _i1.InterfaceTypeDefinitionNode(
    name: _i1.NameNode(value: 'ReportedStateField'),
    directives: [],
    fields: [
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'createdAt'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'DateTime'), isNonNull: true)),
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'sampledAt'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'DateTime'), isNonNull: true))
    ]);