BetaCardCredential top-level constant

ObjectTypeDefinitionNode const BetaCardCredential

Implementation

const BetaCardCredential = _i1.ObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'BetaCardCredential'),
    directives: [],
    interfaces: [],
    fields: [
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'credential'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'String'), isNonNull: true)),
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'id'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'String'), isNonNull: true))
    ]);