Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/graphql / dist / graphql-modules / common / schema / PaymentAndAddress.graphql.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const apollo_server_1 = require("apollo-server");
exports.default = apollo_server_1.gql `
  input AddressInput {
    # @deprecated use isDefault
    default: Boolean
    # @deprecated use telephone
    phoneNumber: String
    # @deprecated use telephone
    phone: String
    # @deprecated, one of these only
    identifier: String
    id: String
    # @deprecated use type
    addressType: String

    telephone: String
    email: String
    firstName: String
    middleName: String
    lastName: String
    # @required
    addressLine1: String
    addressLine2: String
    addressLine3: String
    city: String
    state: String
    postalCode: String
    country: String
    isDefault: Boolean
    # ~
    type: String
  }

  # @todo expiration & isDefault & other props unified...
  input AddCardInput {
    # @deprecated, use cardType
    type: String
    # @deprecated, use cardNumber
    number: String
    # @deprecated, use expirationMonth
    expirationmonth: String
    # @deprecated, use expirationYear
    expirationyear: String
    # @deprecated, use isDefault
    default: Boolean
    # @deprecated, use isDefault
    makeDefaultCard: Boolean
    # @deprecated, use expirationMonth/expirationYear
    expiryDate: String
    # @deprecated, use securityCode
    cvv: String
    # @deprecated, use firstName + lastName
    name: String

    # @deprecated, do we need this?
    cardBrand: String
    # @deprecated, one of these only
    identifier: String
    id: String

    cardType: String
    cardNumber: String
    expirationMonth: String
    expirationYear: String
    firstName: String
    lastName: String
    isDefault: Boolean
    securityCode: String
  }
`;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUGF5bWVudEFuZEFkZHJlc3MuZ3JhcGhxbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9ncmFwaHFsLW1vZHVsZXMvY29tbW9uL3NjaGVtYS9QYXltZW50QW5kQWRkcmVzcy5ncmFwaHFsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsaURBQW1DO0FBRW5DLGtCQUFlLG1CQUFHLENBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBb0VqQixDQUFBIn0=