Health top-level constant

ObjectTypeDefinitionNode const Health

Implementation

const Health = _i1.ObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'Health'),
    directives: [],
    interfaces: [],
    fields: [
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'ok'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'Boolean'), isNonNull: true))
    ]);