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 / user / schema / UserAccount.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 `
  type UserProperties {
    id: Int
    name: String
    value: String
  }

  type UserInfo {
    id: String
    username: String
    size: String
    properties: [UserProperties]
    addressinfo: [AddressInfo]
  }

  type AccountProfileResponse {
    userinfo: UserInfo
  }
  input CustomerInputs {
    email: String
  }
  input AccountInputs {
    name: String
    type: String
  }
  input AccountRegisterInput {
    email: String
    password: String
    firstName: String
    lastName: String
    phoneNumber: String
    name: String
    street1: String
    street2: String
    street3: String
    city: String
    country: String
    county: String
    zipCode: String
    taxId: String
    dunsNumber: String
  }

  type AccountRegisterProperties {
    id: String
    name: String
    value: String
  }
  type AccountRegisterAddresses {
    id: String
    name: String
    type: String
    email: String
    street1: String
    street2: String
    street3: String
    city: String
    country: String
    county: String
    zipcode: String
  }
  type AccountRegisterResponse {
    id: String
    name: String
    size: String
    properties: [AccountRegisterProperties]
    addresses: [AccountRegisterAddresses]
    userActivationParam: String
    responseMessage: String
    responseCode: String
  }

  input InviteInput {
    email: String
    name: String
    role: String
  }
  input InviteTeamInput {
    accountId: String
    teamId: String
    inviteInput: [InviteInput]
  }

  type RolesType {
    roleId: String
    roleName: String
  }
  type CustomersType {
    id: Int
    firstName: String
    lastName: String
    email: String
    phoneNumber: String
    roles: [RolesType]
  }
  type TeamBuyerType {
    id: Int
    userId: Int
    teamId: Int
    accountId: Int
    userActivationParam: String
  }

  type InviteTeamResponse {
    sessionId: Int
    id: Int
    name: String
    description: String
    status: String
    costCentreId: Int
    teamBuyer: [TeamBuyerType]
    existingCustomers: [TeamBuyerType]
    responseMessage: String
  }
`;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVXNlckFjY291bnQuZ3JhcGhxbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9ncmFwaHFsLW1vZHVsZXMvdXNlci9zY2hlbWEvVXNlckFjY291bnQuZ3JhcGhxbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLGlEQUFtQztBQUVuQyxrQkFBZSxtQkFBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FrSGpCLENBQUEifQ==