BetaCardCredentialInput top-level constant

InputObjectTypeDefinitionNode const BetaCardCredentialInput

Implementation

const BetaCardCredentialInput = _i1.InputObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'BetaCardCredentialInput'),
    directives: [],
    fields: [
      _i1.InputValueDefinitionNode(
          name: _i1.NameNode(value: 'credential'),
          directives: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'String'), isNonNull: true),
          defaultValue: null),
      _i1.InputValueDefinitionNode(
          name: _i1.NameNode(value: 'id'),
          directives: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'String'), isNonNull: true),
          defaultValue: null)
    ]);