OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Arguments
  • # resource: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • accountOptions(
  • resource: String,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): AccountOptionConnection!
  • # Arguments
  • # id: [Not documented]
  • acordRequest(id: ID!): AcordRequest
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • acordRequests(
  • filters: [AcordRequestQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): AcordRequestConnection!
  • # Arguments
  • # id: [Not documented]
  • activityList(id: ID!): ActivityList
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • activityLists(after: String, before: String, first: Int, last: Int): ActivityListConnection!
  • # Arguments
  • # id: [Not documented]
  • address(id: ID!): Address
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • addresses(
  • filters: [AddressQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): AddressConnection!
  • # Arguments
  • # id: [Not documented]
  • advanceOption(id: ID!): AdvanceOption
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • advanceOptions(
  • filters: [AdvanceOptionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): AdvanceOptionConnection!
  • # Arguments
  • # id: [Not documented]
  • advisor(id: ID!): Advisor
  • # Arguments
  • # id: [Not documented]
  • advisorExam(id: ID!): AdvisorExam
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • advisorExams(
  • filters: [AdvisorExamQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): AdvisorExamConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • advisors(
  • filters: [AdvisorQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): AdvisorConnection!
  • # Arguments
  • # resourceId: [Not documented]
  • # joinResourceId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • aggregateTypes(
  • resourceId: Int,
  • joinResourceId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): AggregateTypeConnection!
  • allStateOptions: [StateAbbreviationInput!]!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • annuities(
  • filters: [AnnuityQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): AnnuityConnection!
  • # Arguments
  • # id: [Not documented]
  • annuity(id: ID!): Annuity
  • appNav: AppNav!
  • # Arguments
  • # isRole: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • applications(
  • isRole: Boolean,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ApplicationConnection!
  • # Arguments
  • # id: [Not documented]
  • appointment(id: ID!): Appointment
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • appointments(
  • filters: [AppointmentQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): AppointmentConnection!
  • # Arguments
  • # id: [Not documented]
  • approvedProduct(id: ID!): ApprovedProduct
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • approvedProducts(
  • filters: [ApprovedProductQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ApprovedProductConnection!
  • # Arguments
  • # id: [Not documented]
  • attachment(id: ID!): Attachment
  • # Arguments
  • # limit: [Not documented]
  • # offset: [Not documented]
  • # sortBy: [Not documented]
  • # sortOrder: [Not documented]
  • # category: [Not documented]
  • # resourceId: [Not documented]
  • # resourceType: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • attachments(
  • limit: Int,
  • offset: Int,
  • sortBy: SortBy,
  • sortOrder: SortOrder,
  • category: AttachmentCategory,
  • resourceId: UUID,
  • resourceType: AttachmentOwnerEnum,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): AttachmentConnection!
  • # Arguments
  • # id: [Not documented]
  • authorizationToken(id: ID!): AuthorizationToken
  • # Arguments
  • # code: [Not documented]
  • authorizationTokenByCode(code: String!): AuthorizationToken
  • # Arguments
  • # token: [Not documented]
  • authorizationTokenByToken(token: String!): AuthorizationToken
  • # Arguments
  • # token: [Not documented]
  • authorizationTokenStatus(token: String!): AuthorizationToken
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • authorizationTokens(
  • filters: [AuthorizationTokenQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): AuthorizationTokenConnection!
  • # Arguments
  • # action: [Not documented]
  • # type: [Not documented]
  • authorize(action: AuthorizeAction!, type: ResourceEnum!): Boolean!
  • # Arguments
  • # id: [Not documented]
  • badge(id: ID!): Badge
  • # Arguments
  • # resource: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • badgeOptions(
  • resource: String,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): BadgeOptionConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • badges(
  • filters: [BadgeQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): BadgeConnection!
  • # Arguments
  • # id: [Not documented]
  • band(id: ID!): Band
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • bands(
  • filters: [BandQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): BandConnection!
  • # Arguments
  • # id: [Not documented]
  • bank(id: ID!): Bank
  • # Arguments
  • # id: [Not documented]
  • bankAccount(id: ID!): BankAccount
  • # Arguments
  • # id: [Not documented]
  • bankAccountOwnerType(id: ID!): BankAccountOwnerType
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • bankAccountOwnerTypes(
  • filters: [BankAccountOwnerTypeQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): BankAccountOwnerTypeConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • bankAccounts(
  • filters: [BankAccountQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): BankAccountConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • banks(
  • filters: [BankQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): BankConnection!
  • # Arguments
  • # id: [Not documented]
  • bonus(id: ID!): Bonus
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • bonuses(
  • filters: [BonusQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): BonusConnection!
  • # Arguments
  • # id: [Not documented]
  • brand(id: ID!): Brand
  • # Arguments
  • # carrierId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • brands(carrierId: ID!, after: String, before: String, first: Int, last: Int): BrandConnection!
  • # Arguments
  • # id: [Not documented]
  • campaign(id: ID!): Campaign
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • campaigns(
  • filters: [CampaignQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CampaignConnection!
  • # Arguments
  • # id: [Not documented]
  • carrier(id: ID!): Carrier
  • # Arguments
  • # id: [Not documented]
  • carrierDate(id: ID!): CarrierDate
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • carrierDates(
  • filters: [CarrierDateQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CarrierDateConnection!
  • # Arguments
  • # id: [Not documented]
  • carrierOption(id: ID!): CarrierOption
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • carrierOptions(
  • filters: [CarrierOptionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CarrierOptionConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • carriers(
  • filters: [CarrierQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CarrierConnection!
  • # Arguments
  • # id: [Not documented]
  • certification(id: ID!): Certification
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • certifications(
  • filters: [CertificationQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CertificationConnection!
  • # Arguments
  • # id: [Not documented]
  • check(id: ID!): Check
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • checks(
  • filters: [CheckQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CheckConnection!
  • # Arguments
  • # id: [Not documented]
  • client(id: ID!): Client
  • # Arguments
  • # filters: [Not documented]
  • # ssnArray: [Not documented]
  • # sortBy: [Not documented]
  • # sortOrder: [Not documented]
  • # limit: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • clients(
  • filters: [ClientQueryFilterInput!],
  • ssnArray: [String!],
  • sortBy: SortBy,
  • sortOrder: SortOrder,
  • limit: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ClientConnection!
  • collegeGroups: [CollegeGroup!]!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • columnDisplayTypes(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ColumnDisplayTypeConnection!
  • # Arguments
  • # id: [Not documented]
  • comment(id: ID!): Comment
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • comments(
  • filters: [CommentQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CommentConnection!
  • # Arguments
  • # id: [Not documented]
  • commissionLevelProduct(id: ID!): CommissionLevelProduct
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • commissionLevelProducts(
  • filters: [CommissionLevelProductQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CommissionLevelProductConnection!
  • # Arguments
  • # id: [Not documented]
  • commissionStatement(id: ID!): CommissionStatement
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • commissionStatements(
  • filters: [CommissionStatementQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CommissionStatementConnection!
  • # Arguments
  • # policyId: [Not documented]
  • # writingAdvisorId: [Not documented]
  • # businessId: [Not documented]
  • # hierarchyId: [Not documented]
  • commissionsDebugger(
  • policyId: UUID!,
  • writingAdvisorId: UUID!,
  • businessId: UUID!,
  • hierarchyId: UUID!
  • ): [CommissionsDebuggerResult!]!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • companies(
  • filters: [CompanyQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CompanyConnection!
  • # Arguments
  • # id: [Not documented]
  • company(id: ID!): Company
  • # Arguments
  • # dataImportRowId: [Not documented]
  • compareRowsData(dataImportRowId: String): JSON!
  • # Arguments
  • # id: [Not documented]
  • contact(id: ID!): Contact
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • contacts(
  • filters: [ContactQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ContactConnection!
  • # Arguments
  • # id: [Not documented]
  • contract(id: ID!): Contract
  • # Arguments
  • # id: [Not documented]
  • contractCommissionLevel(id: ID!): ContractCommissionLevel
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • contractCommissionLevels(
  • filters: [ContractCommissionLevelQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ContractCommissionLevelConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • contractHierarchies(
  • filters: [ContractHierarchyQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ContractHierarchyConnection!
  • # Arguments
  • # id: [Not documented]
  • contractHierarchy(id: ID!): ContractHierarchy
  • # Arguments
  • # id: [Not documented]
  • contractLevel(id: ID!): ContractLevel
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • contractLevels(
  • filters: [ContractLevelQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ContractLevelConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • contractSubmissionTypes(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ContractSubmissionTypeConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • contracts(
  • filters: [ContractQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ContractConnection!
  • # Arguments
  • # cost: [Not documented]
  • # currentMode: [Not documented]
  • # targetMode: [Not documented]
  • convertPaymentCost(
  • cost: Float!,
  • currentMode: String!,
  • targetMode: String!
  • ): ConvertPaymentCostResult!
  • # Arguments
  • # dataImportId: [Not documented]
  • # resourceIds: [Not documented]
  • countImportedResources(
  • dataImportId: String!,
  • resourceIds: [String!]!
  • ): [JSON!]!
  • # Arguments
  • # stateIds: [Not documented]
  • countyOptionsByStates(stateIds: [Int!]!): [SelectOptionInput!]!
  • # Arguments
  • # id: [Not documented]
  • covering(id: ID!): Covering
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • coverings(
  • filters: [CoveringQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): CoveringConnection!
  • currentUser: User!
  • # Arguments
  • # id: [Not documented]
  • dataImport(id: ID!): DataImport
  • # Arguments
  • # dataImportId: [Not documented]
  • # action: [Not documented]
  • dataImportActionResolver(
  • dataImportId: String!,
  • action: String!
  • ): JSON!
  • # Arguments
  • # id: [Not documented]
  • dataImportResource(id: ID!): DataImportResource
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • dataImportResources(
  • filters: [DataImportResourceQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DataImportResourceConnection!
  • # Arguments
  • # id: [Not documented]
  • dataImportRow(id: ID!): DataImportRow
  • # Arguments
  • # id: [Not documented]
  • dataImportRowSetting(id: ID!): DataImportRowSetting
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • dataImportRowSettings(
  • filters: [DataImportRowSettingQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DataImportRowSettingConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • dataImportRows(
  • filters: [DataImportRowQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DataImportRowConnection!
  • # Arguments
  • # id: [Not documented]
  • dataImportTabSetting(id: ID!): DataImportTabSetting
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • dataImportTabSettings(
  • filters: [DataImportTabSettingQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DataImportTabSettingConnection!
  • # Arguments
  • # id: [Not documented]
  • dataImportTemplate(id: ID!): DataImportTemplate
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • dataImportTemplates(
  • filters: [DataImportTemplateQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DataImportTemplateConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • dataImports(
  • filters: [DataImportQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DataImportConnection!
  • # Arguments
  • # id: [Not documented]
  • discussion(id: ID!): Discussion
  • # Arguments
  • # advisorId: [Not documented]
  • # teamId: [Not documented]
  • # carrierId: [Not documented]
  • # productId: [Not documented]
  • # vendorId: [Not documented]
  • # contractId: [Not documented]
  • # clientId: [Not documented]
  • # companyId: [Not documented]
  • # tradeId: [Not documented]
  • # opportunityId: [Not documented]
  • # policyId: [Not documented]
  • # certificationId: [Not documented]
  • # licenseId: [Not documented]
  • # marketingServiceId: [Not documented]
  • # campaignId: [Not documented]
  • # userId: [Not documented]
  • # firmId: [Not documented]
  • # contactId: [Not documented]
  • # commissionStatementId: [Not documented]
  • discussionFilter(
  • advisorId: ID,
  • teamId: ID,
  • carrierId: ID,
  • productId: ID,
  • vendorId: ID,
  • contractId: ID,
  • clientId: ID,
  • companyId: ID,
  • tradeId: ID,
  • opportunityId: ID,
  • policyId: ID,
  • certificationId: ID,
  • licenseId: ID,
  • marketingServiceId: ID,
  • campaignId: ID,
  • userId: ID,
  • firmId: ID,
  • contactId: ID,
  • commissionStatementId: ID
  • ): DiscussionFilters
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • discussionFilters(
  • filters: [DiscussionFiltersQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DiscussionFiltersConnection!
  • # Arguments
  • # resource: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • discussionOptions(
  • resource: String,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): DiscussionOptionConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • discussionTemplateCategories(
  • filters: [DiscussionTemplateCategoryQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DiscussionTemplateCategoryConnection!
  • # Arguments
  • # id: [Not documented]
  • discussionTemplateCategory(id: ID!): DiscussionTemplateCategory
  • # Arguments
  • # id: [Not documented]
  • discussionTemplateConfig(id: ID!): DiscussionTemplateConfig
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • discussionTemplateConfigs(
  • filters: [DiscussionTemplateConfigQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DiscussionTemplateConfigConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • discussions(
  • filters: [DiscussionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: DiscussionSort
  • ): DiscussionConnection!
  • # Arguments
  • # id: [Not documented]
  • distributionAgreement(id: ID!): DistributionAgreement
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • distributionAgreements(
  • filters: [DistributionAgreementQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DistributionAgreementConnection!
  • # Arguments
  • # id: [Not documented]
  • document(id: ID!): Document
  • # Arguments
  • # id: [Not documented]
  • documentQuestion(id: ID!): DocumentQuestion
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • documentQuestions(
  • filters: [DocumentQuestionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DocumentQuestionConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • documents(
  • filters: [DocumentQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DocumentConnection!
  • # Arguments
  • # id: [Not documented]
  • drip(id: ID!): Drip
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • drips(
  • filters: [DripQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): DripConnection!
  • # Arguments
  • # id: [Not documented]
  • eappApplication(id: ID!): EappApplication
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • eappApplications(
  • filters: [EappApplicationQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): EappApplicationConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • eappBeneficiaries(
  • filters: [EappBeneficiaryQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): EappBeneficiaryConnection!
  • # Arguments
  • # id: [Not documented]
  • eappBeneficiary(id: ID!): EappBeneficiary
  • # Arguments
  • # id: [Not documented]
  • eappCarrier(id: ID!): EappCarrier
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • eappCarriers(
  • filters: [EappCarrierQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): EappCarrierConnection!
  • # Arguments
  • # id: [Not documented]
  • eappOption(id: ID!): EappOption
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • eappOptions(
  • filters: [EappOptionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): EappOptionConnection!
  • # Arguments
  • # id: [Not documented]
  • eappProduct(id: ID!): EappProduct
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • eappProducts(
  • filters: [EappProductQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): EappProductConnection!
  • # Arguments
  • # id: [Not documented]
  • eappState(id: ID!): EappState
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • eappStates(
  • filters: [EappStateQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): EappStateConnection!
  • # Arguments
  • # reportId: [Not documented]
  • # filters: [Not documented]
  • # sortBy: [Not documented]
  • # sortOrder: [Not documented]
  • # limit: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • emailJobs(
  • reportId: ID!,
  • filters: [EmailJobQueryFilterInput!],
  • sortBy: SortBy,
  • sortOrder: SortOrder,
  • limit: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): EmailJobConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • employmentHistories(
  • filters: [EmploymentHistoryQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): EmploymentHistoryConnection!
  • # Arguments
  • # id: [Not documented]
  • employmentHistory(id: ID!): EmploymentHistory
  • # Arguments
  • # id: [Not documented]
  • errorsAndOmission(id: ID!): ErrorsAndOmission
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • errorsAndOmissions(
  • filters: [ErrorsAndOmissionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ErrorsAndOmissionConnection!
  • # Arguments
  • # from: [Not documented]
  • # to: [Not documented]
  • # selectedAssigneeId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • events(
  • from: String,
  • to: String,
  • selectedAssigneeId: [String!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): EventConnection!
  • # Arguments
  • # type: [Not documented]
  • # optionId: [Not documented]
  • # complex: [Not documented]
  • # joinResourceId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • expansions(
  • type: String!,
  • optionId: Int!,
  • complex: Boolean,
  • joinResourceId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ExpansionConnection!
  • # Arguments
  • # format: [Not documented]
  • # headers: [Not documented]
  • # rows: [Not documented]
  • # sectionTitle: [Not documented]
  • exportDataImportRows(
  • format: String!,
  • headers: [JSON!]!,
  • rows: [JSON!]!,
  • sectionTitle: String!
  • ): JSON!
  • # Arguments
  • # id: [Not documented]
  • externalLookup(id: ID!): ExternalLookup
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • externalLookups(
  • filters: [ExternalLookupQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ExternalLookupConnection!
  • # Arguments
  • # resource: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • externalManagerOptions(
  • resource: String,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ExternalManagerOptionConnection!
  • # Records favorited by the current user
  • #
  • # Arguments
  • # resource: [Not documented]
  • favorite(resource: String): [SearchResultType!]!
  • # Arguments
  • # id: [Not documented]
  • featureRequest(id: ID!): FeatureRequest
  • # Arguments
  • # id: [Not documented]
  • featureRequestVote(id: ID!): FeatureRequestVote
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • featureRequestVotes(
  • filters: [FeatureRequestVoteQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): FeatureRequestVoteConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • featureRequests(
  • filters: [FeatureRequestQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): FeatureRequestConnection!
  • # Arguments
  • # id: [Not documented]
  • fieldGroup(id: ID!): FieldGroup
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • fieldGroups(
  • filters: [FieldGroupQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): FieldGroupConnection!
  • # Arguments
  • # type: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • fields(type: FieldKind, after: String, before: String, first: Int, last: Int): FieldConnection!
  • # Arguments
  • # filterOptionId: [Not documented]
  • # filterTypeId: [Not documented]
  • filterFields(filterOptionId: ID!, filterTypeId: ID): FilterFields!
  • # Arguments
  • # resourceId: [Not documented]
  • # aggregateOptions: [Not documented]
  • # complex: [Not documented]
  • # joinResourceId: [Not documented]
  • # parentOptionId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • filterOptions(
  • resourceId: Int!,
  • aggregateOptions: Boolean,
  • complex: Boolean,
  • joinResourceId: Int,
  • parentOptionId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): FilterOptionConnection!
  • # Arguments
  • # optionId: [Not documented]
  • # complex: [Not documented]
  • # joinResourceId: [Not documented]
  • # nestedResourceCount: [Not documented]
  • # parentResourceId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • filterTypes(
  • optionId: Int,
  • complex: Boolean,
  • joinResourceId: Int,
  • nestedResourceCount: Int,
  • parentResourceId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): FilterTypeConnection!
  • # Arguments
  • # id: [Not documented]
  • firm(id: ID!): Firm
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • firms(
  • filters: [FirmQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): FirmConnection!
  • # Arguments
  • # year: [Not documented]
  • # month: [Not documented]
  • # assignees: [Not documented]
  • followupHeatMap(year: Int, month: Int, assignees: [String!]): [JSON!]!
  • # Arguments
  • # id: [Not documented]
  • generalLedgerAccount(id: ID!): GeneralLedgerAccount
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • generalLedgerAccounts(
  • filters: [GeneralLedgerAccountQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): GeneralLedgerAccountConnection!
  • # Arguments
  • # id: [Not documented]
  • hiddenConstant(id: ID!): HiddenConstant
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • hiddenConstants(
  • filters: [HiddenConstantQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): HiddenConstantConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • hierarchies(
  • filters: [HierarchyQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): HierarchyConnection!
  • # Arguments
  • # id: [Not documented]
  • hierarchy(id: ID!): Hierarchy
  • # Arguments
  • # resource: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • hierarchyTypeOptions(
  • resource: String,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): HierarchyTypeConnection!
  • # Arguments
  • # calculationTypeId: [Not documented]
  • # entryTypeId: [Not documented]
  • # id: [Not documented]
  • # isIncentives: [Not documented]
  • # levelIds: [Not documented]
  • # normalizedPayees: [Not documented]
  • # payeeTypeId: [Not documented]
  • # scheduleBusinessTypeId: [Not documented]
  • hydrateSchedule(
  • calculationTypeId: ID,
  • entryTypeId: ID,
  • id: ID,
  • isIncentives: Boolean,
  • levelIds: [UUID!],
  • normalizedPayees: [UUID!],
  • payeeTypeId: ID,
  • scheduleBusinessTypeId: ID
  • ): Schedule
  • # Arguments
  • # dataImportId: [Not documented]
  • # resourceId: [Not documented]
  • # status: [Not documented]
  • importProcessData(
  • dataImportId: String!,
  • resourceId: String!,
  • status: String
  • ): JSON!
  • # Arguments
  • # id: [Not documented]
  • incentive(id: ID!): Incentive
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • incentives(
  • filters: [IncentiveQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): IncentiveConnection!
  • # Arguments
  • # productTypeIds: [Not documented]
  • # fieldName: [Not documented]
  • includesFieldForProductType(
  • productTypeIds: [ID!],
  • fieldName: String!
  • ): Boolean!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # resourceId: [Not documented]
  • # joinResourceId: [Not documented]
  • innerReports(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • resourceId: Int!,
  • joinResourceId: Int
  • ): InnerReportConnection
  • # Arguments
  • # id: [Not documented]
  • integration(id: ID!): Integration
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • integrations(
  • filters: [IntegrationQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): IntegrationConnection!
  • # Arguments
  • # resource: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • internalManagerOptions(
  • resource: String,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): InternalManagerOptionConnection!
  • # Search for favorites
  • #
  • # Arguments
  • # advisorId: [Not documented]
  • # clientId: [Not documented]
  • # companyId: [Not documented]
  • # userId: [Not documented]
  • # contactId: [Not documented]
  • # reportId: [Not documented]
  • isFavorite(
  • advisorId: ID,
  • clientId: ID,
  • companyId: ID,
  • userId: ID,
  • contactId: ID,
  • reportId: ID
  • ): Boolean!
  • # Arguments
  • # id: [Not documented]
  • jurisdiction(id: ID!): Jurisdiction
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • jurisdictions(
  • filters: [JurisdictionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): JurisdictionConnection!
  • # Arguments
  • # id: [Not documented]
  • level(id: ID!): Level
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • levels(
  • filters: [LevelQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): LevelConnection!
  • # Arguments
  • # id: [Not documented]
  • license(id: ID!): License
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • licenses(
  • filters: [LicenseQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): LicenseConnection!
  • # Arguments
  • # dataImportResourceId: [Not documented]
  • # limit: [Not documented]
  • # offset: [Not documented]
  • # search: [Not documented]
  • # usePagination: [Not documented]
  • listAvailableFields(
  • dataImportResourceId: String!,
  • limit: Int,
  • offset: Int,
  • search: String,
  • usePagination: Boolean
  • ): JSON!
  • listDataImportTemplates: JSON!
  • # Arguments
  • # limit: [Not documented]
  • listNotificationAlerts(limit: Int): JSON!
  • # Arguments
  • # parentIds: [Not documented]
  • listResources(parentIds: [String!]): JSON!
  • # Arguments
  • # dataImportId: [Not documented]
  • # resourceId: [Not documented]
  • # status: [Not documented]
  • listTableHeaders(
  • dataImportId: String!,
  • resourceId: String!,
  • status: String!
  • ): JSON!
  • # Arguments
  • # resource: [Not documented]
  • # type: [Not documented]
  • locations(resource: String!, type: LocationEnum!): [Option!]!
  • # The search functionality of the app
  • #
  • # Arguments
  • # id: [Not documented]
  • # type: [Not documented]
  • lookup(id: ID!, type: String!): Lookup!
  • # Arguments
  • # type: [Not documented]
  • managerTypes(type: String): [Option!]!
  • # Arguments
  • # id: [Not documented]
  • marketingService(id: ID!): MarketingService
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • marketingServices(
  • filters: [MarketingServiceQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): MarketingServiceConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • marketingServicesPricing(
  • filters: [MarketingServicesPricingQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): MarketingServicesPricingConnection!
  • # Arguments
  • # attributes: [Not documented]
  • newActivityList(attributes: ActivityListInput): ActivityListCopy
  • # Arguments
  • # attributes: [Not documented]
  • newActivityListFilter(
  • attributes: ActivityListFilterInput
  • ): ActivityListFilterCopy
  • # Arguments
  • # attributes: [Not documented]
  • newActivityListShare(attributes: ActivityListShareInput): ActivityListShareCopy
  • # Arguments
  • # attributes: [Not documented]
  • newAddress(attributes: AddressInput): AddressCopy
  • # Arguments
  • # attributes: [Not documented]
  • newAdvanceOption(attributes: AdvanceOptionInput): AdvanceOptionCopy
  • # Arguments
  • # attributes: [Not documented]
  • newAdvisor(attributes: AdvisorInput): AdvisorCopy
  • # Arguments
  • # attributes: [Not documented]
  • newAppointment(attributes: AppointmentInput): AppointmentCopy
  • # Arguments
  • # attributes: [Not documented]
  • newApprovedProduct(attributes: ApprovedProductInput): ApprovedProductCopy
  • # Arguments
  • # attributes: [Not documented]
  • newAttachment(attributes: AttachmentInput): AttachmentCopy
  • # Arguments
  • # attributes: [Not documented]
  • newAuthorizationToken(
  • attributes: AuthorizationTokenInput
  • ): AuthorizationTokenCopy
  • # Arguments
  • # attributes: [Not documented]
  • newBand(attributes: BandInput): BandCopy
  • # Arguments
  • # attributes: [Not documented]
  • newBank(attributes: BankInput): BankCopy
  • # Arguments
  • # attributes: [Not documented]
  • newBankAccountOwnerType(
  • attributes: BankAccountOwnerTypeInput
  • ): BankAccountOwnerTypeCopy
  • # Arguments
  • # attributes: [Not documented]
  • newCampaign(attributes: CampaignInput): CampaignCopy
  • # Arguments
  • # attributes: [Not documented]
  • newCarrier(attributes: CarrierInput): CarrierCopy
  • # Arguments
  • # attributes: [Not documented]
  • newCertification(attributes: CertificationInput): CertificationCopy
  • # Arguments
  • # attributes: [Not documented]
  • newClient(attributes: ClientInput): ClientCopy
  • # Arguments
  • # attributes: [Not documented]
  • newComment(attributes: CommentInput): CommentCopy
  • # Arguments
  • # attributes: [Not documented]
  • newCommissionLevelProduct(
  • attributes: CommissionLevelProductInput
  • ): CommissionLevelProductCopy
  • # Arguments
  • # attributes: [Not documented]
  • newCommissionStatement(
  • attributes: CommissionStatementInput
  • ): CommissionStatementCopy
  • # Arguments
  • # attributes: [Not documented]
  • newCompany(attributes: CompanyInput): CompanyCopy
  • # Arguments
  • # attributes: [Not documented]
  • newContact(attributes: ContactInput): ContactCopy
  • # Arguments
  • # attributes: [Not documented]
  • newContract(attributes: ContractInput): ContractCopy
  • # Arguments
  • # attributes: [Not documented]
  • newContractCommissionLevel(
  • attributes: ContractCommissionLevelInput
  • ): ContractCommissionLevelCopy
  • # Arguments
  • # attributes: [Not documented]
  • newContractHierarchy(attributes: ContractHierarchyInput): ContractHierarchyCopy
  • # Arguments
  • # attributes: [Not documented]
  • newContractLevel(attributes: ContractLevelInput): ContractLevelCopy
  • # Arguments
  • # attributes: [Not documented]
  • newCovering(attributes: CoveringInput): CoveringCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDataImport(attributes: DataImportInput): DataImportCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDataImportResource(
  • attributes: DataImportResourceInput
  • ): DataImportResourceCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDataImportRow(attributes: DataImportRowInput): DataImportRowCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDataImportRowSetting(
  • attributes: DataImportRowSettingInput
  • ): DataImportRowSettingCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDataImportTabSetting(
  • attributes: DataImportTabSettingInput
  • ): DataImportTabSettingCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDataImportTemplate(
  • attributes: DataImportTemplateInput
  • ): DataImportTemplateCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDiscussion(attributes: DiscussionInput): DiscussionCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDiscussionFilters(attributes: DiscussionFiltersInput): DiscussionFiltersCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDiscussionTemplateCategory(
  • attributes: DiscussionTemplateCategoryInput
  • ): DiscussionTemplateCategoryCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDiscussionTemplateConfig(
  • attributes: DiscussionTemplateConfigInput
  • ): DiscussionTemplateConfigCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDistributionAgreement(
  • attributes: DistributionAgreementInput
  • ): DistributionAgreementCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDocument(attributes: DocumentInput): DocumentCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDocumentQuestion(attributes: DocumentQuestionInput): DocumentQuestionCopy
  • # Arguments
  • # attributes: [Not documented]
  • newDrip(attributes: DripInput): DripCopy
  • # Arguments
  • # attributes: [Not documented]
  • newEappApplication(attributes: EappApplicationInput): EappApplicationCopy
  • # Arguments
  • # attributes: [Not documented]
  • newEappBeneficiary(attributes: EappBeneficiaryInput): EappBeneficiaryCopy
  • # Arguments
  • # attributes: [Not documented]
  • newEappCarrier(attributes: EappCarrierInput): EappCarrierCopy
  • # Arguments
  • # attributes: [Not documented]
  • newEappOption(attributes: EappOptionInput): EappOptionCopy
  • # Arguments
  • # attributes: [Not documented]
  • newEappProduct(attributes: EappProductInput): EappProductCopy
  • # Arguments
  • # attributes: [Not documented]
  • newEappState(attributes: EappStateInput): EappStateCopy
  • # Arguments
  • # attributes: [Not documented]
  • newEmailJob(attributes: EmailJobInput): EmailJobCopy
  • # Arguments
  • # attributes: [Not documented]
  • newEmploymentHistory(attributes: EmploymentHistoryInput): EmploymentHistoryCopy
  • # Arguments
  • # attributes: [Not documented]
  • newField(attributes: FieldInput): FieldCopy
  • # Arguments
  • # attributes: [Not documented]
  • newFieldGroup(attributes: FieldGroupInput): FieldGroupCopy
  • # Arguments
  • # attributes: [Not documented]
  • newFirm(attributes: FirmInput): FirmCopy
  • # Arguments
  • # attributes: [Not documented]
  • newHierarchy(attributes: HierarchyInput): HierarchyCopy
  • # Arguments
  • # attributes: [Not documented]
  • newLevel(attributes: LevelInput): LevelCopy
  • # Arguments
  • # attributes: [Not documented]
  • newLicense(attributes: LicenseInput): LicenseCopy
  • # Arguments
  • # attributes: [Not documented]
  • newMarketingService(attributes: MarketingServiceInput): MarketingServiceCopy
  • # Arguments
  • # attributes: [Not documented]
  • newMarketingServicesPricing(
  • attributes: MarketingServicesPricingInput
  • ): MarketingServicesPricingCopy
  • # Arguments
  • # attributes: [Not documented]
  • newOpportunity(attributes: OpportunityInput): OpportunityCopy
  • # Arguments
  • # attributes: [Not documented]
  • newOrganizationOption(
  • attributes: OrganizationOptionInput
  • ): OrganizationOptionCopy
  • # Arguments
  • # attributes: [Not documented]
  • newPackage(attributes: PackageInput): PackageCopy
  • # Arguments
  • # attributes: [Not documented]
  • newPaidBusiness(attributes: PaidBusinessInput): PaidBusinessCopy
  • # Arguments
  • # attributes: [Not documented]
  • newPayout(attributes: PayoutInput): PayoutCopy
  • # Arguments
  • # attributes: [Not documented]
  • newPhone(attributes: PhoneInput): PhoneCopy
  • # Arguments
  • # attributes: [Not documented]
  • newPolicy(attributes: PolicyInput): PolicyCopy
  • # Arguments
  • # attributes: [Not documented]
  • newPolicyHolder(attributes: PolicyHolderInput): PolicyHolderCopy
  • # Arguments
  • # attributes: [Not documented]
  • newPremiumRate(attributes: PremiumRateInput): PremiumRateCopy
  • # Arguments
  • # attributes: [Not documented]
  • newProduct(attributes: ProductInput): ProductCopy
  • # Arguments
  • # attributes: [Not documented]
  • newQuestion(attributes: QuestionInput): QuestionCopy
  • # Arguments
  • # attributes: [Not documented]
  • newQuestionChoice(attributes: QuestionChoiceInput): QuestionChoiceCopy
  • # Arguments
  • # attributes: [Not documented]
  • newQuestionCondition(attributes: QuestionConditionInput): QuestionConditionCopy
  • # Arguments
  • # attributes: [Not documented]
  • newQuestionGroup(attributes: QuestionGroupInput): QuestionGroupCopy
  • # Arguments
  • # attributes: [Not documented]
  • newQuestionResponse(attributes: QuestionResponseInput): QuestionResponseCopy
  • # Arguments
  • # attributes: [Not documented]
  • newQuestionRule(attributes: QuestionRuleInput): QuestionRuleCopy
  • # Arguments
  • # attributes: [Not documented]
  • newRecommendation(attributes: RecommendationInput): RecommendationCopy
  • # Arguments
  • # attributes: [Not documented]
  • newReplacingCriteria(attributes: ReplacingCriteriaInput): ReplacingCriteriaCopy
  • # Arguments
  • # attributes: [Not documented]
  • newReplacingCriteriaResponse(
  • attributes: ReplacingCriteriaResponseInput
  • ): ReplacingCriteriaResponseCopy
  • # Arguments
  • # attributes: [Not documented]
  • newReport(attributes: ReportInput): ReportCopy
  • # Arguments
  • # attributes: [Not documented]
  • newReportCategory(attributes: ReportCategoryInput): ReportCategoryCopy
  • # Arguments
  • # attributes: [Not documented]
  • newRoutingNumber(attributes: RoutingNumberInput): RoutingNumberCopy
  • # Arguments
  • # attributes: [Not documented]
  • newSchedule(attributes: ScheduleInput): ScheduleCopy
  • # Arguments
  • # attributes: [Not documented]
  • newScheduleRateFilter(
  • attributes: ScheduleRateFilterInput
  • ): ScheduleRateFilterCopy
  • # Arguments
  • # attributes: [Not documented]
  • newScratchpad(attributes: ScratchpadInput): ScratchpadCopy
  • # Arguments
  • # attributes: [Not documented]
  • newTerritory(attributes: TerritoryInput): TerritoryCopy
  • # Arguments
  • # attributes: [Not documented]
  • newTerritoryCounty(attributes: TerritoryCountyInput): TerritoryCountyCopy
  • # Arguments
  • # attributes: [Not documented]
  • newTerritoryRadius(attributes: TerritoryRadiusInput): TerritoryRadiusCopy
  • # Arguments
  • # attributes: [Not documented]
  • newTerritoryState(attributes: TerritoryStateInput): TerritoryStateCopy
  • # Arguments
  • # attributes: [Not documented]
  • newTerritoryZipcode(attributes: TerritoryZipcodeInput): TerritoryZipcodeCopy
  • # Arguments
  • # attributes: [Not documented]
  • newTrade(attributes: TradeInput): TradeCopy
  • # Arguments
  • # attributes: [Not documented]
  • newTrailOption(attributes: TrailOptionInput): TrailOptionCopy
  • # Arguments
  • # attributes: [Not documented]
  • newValidation(attributes: ValidationInput): ValidationCopy
  • # Arguments
  • # attributes: [Not documented]
  • newVendor(attributes: VendorInput): VendorCopy
  • # Arguments
  • # attributes: [Not documented]
  • newWorkItem(attributes: WorkItemInput): WorkItemCopy
  • # Arguments
  • # attributes: [Not documented]
  • newWritingAdvisor(attributes: WritingAdvisorInput): WritingAdvisorCopy
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • opportunities(
  • filters: [OpportunityQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): OpportunityConnection!
  • # Arguments
  • # id: [Not documented]
  • opportunity(id: ID!): Opportunity
  • # Arguments
  • # type: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • options(type: String!, after: String, before: String, first: Int, last: Int): OptionConnection!
  • # Arguments
  • # id: [Not documented]
  • order(id: ID!): Order
  • # Arguments
  • # limit: [Not documented]
  • # offset: [Not documented]
  • # sortBy: [Not documented]
  • # sortOrder: [Not documented]
  • # carrierId: [Not documented]
  • # advisorId: [Not documented]
  • # scopes: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • orderDetails(
  • limit: Int,
  • offset: Int,
  • sortBy: SortBy,
  • sortOrder: SortOrder,
  • carrierId: ID,
  • advisorId: ID,
  • scopes: [String!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): OrderDetailConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • orders(
  • filters: [OrderQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): OrderConnection!
  • # Arguments
  • # id: [Not documented]
  • organizationOption(id: ID!): OrganizationOption
  • # Arguments
  • # resource: [Not documented]
  • # type: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • organizationOptions(
  • resource: String,
  • type: String!,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): OrganizationOptionConnection!
  • # Arguments
  • # resource: [Not documented]
  • # type: [Not documented]
  • organizationOptionsByTypeAndResource(
  • resource: String,
  • type: String!
  • ): [OrganizationOption!]!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • organizationResources(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): OrganizationResourceConnection!
  • # Arguments
  • # id: [Not documented]
  • package(id: ID!): Package
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • packages(
  • filters: [PackageQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PackageConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • paidBusiness(
  • filters: [PaidBusinessQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PaidBusinessConnection!
  • # Arguments
  • # id: [Not documented]
  • payment(id: ID!): Payment
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • payments(
  • filters: [PaymentQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PaymentConnection!
  • # Arguments
  • # id: [Not documented]
  • payout(id: ID!): Payout
  • # Arguments
  • # id: [Not documented]
  • # anticipatedBusinessId: [Not documented]
  • # submittedBusinessId: [Not documented]
  • # writingAdvisorId: [Not documented]
  • # amount: [Not documented]
  • payoutCalcTypeOptions(
  • id: ID,
  • anticipatedBusinessId: ID,
  • submittedBusinessId: ID,
  • writingAdvisorId: ID,
  • amount: Float
  • ): [SelectOptionInput!]!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • payouts(
  • filters: [PayoutQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PayoutConnection!
  • # Arguments
  • # id: [Not documented]
  • phone(id: ID!): Phone
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • phones(
  • filters: [PhoneQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PhoneConnection!
  • # Arguments
  • # id: [Not documented]
  • point(id: ID!): Point
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • points(
  • filters: [PointQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PointConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • policies(
  • filters: [PolicyQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PolicyConnection!
  • # Arguments
  • # id: [Not documented]
  • policy(id: ID!): Policy
  • # Arguments
  • # id: [Not documented]
  • policyRequirement(id: ID!): PolicyRequirement
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • policyRequirements(
  • filters: [PolicyRequirementQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PolicyRequirementConnection!
  • # Arguments
  • # id: [Not documented]
  • premiumRate(id: ID!): PremiumRate
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • premiumRates(
  • filters: [PremiumRateQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): PremiumRateConnection!
  • # Arguments
  • # dataImportId: [Not documented]
  • # processType: Type of process to check: 'build' or 'save'
  • # resourceActions: [Not documented]
  • processStatus(
  • dataImportId: String!,
  • processType: String!,
  • resourceActions: [JSON!]
  • ): JSON!
  • # Arguments
  • # id: [Not documented]
  • product(id: ID!): Product
  • # Arguments
  • # productClassId: [Not documented]
  • # productTypeIds: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • productCategories(
  • productClassId: Int,
  • productTypeIds: [Int!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ProductCategoryConnection!
  • # Arguments
  • # id: [Not documented]
  • productClass(id: ID!): ProductClass
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • productClasses(after: String, before: String, first: Int, last: Int): ProductClassConnection!
  • # Arguments
  • # productTypeId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • productOptions(
  • productTypeId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ProductOptionConnection!
  • # Arguments
  • # productClassId: [Not documented]
  • # productTypeId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • productTypes(
  • productClassId: Int,
  • productTypeId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ProductTypeConnection!
  • # Arguments
  • # filters: [Not documented]
  • # limit: [Not documented]
  • # offset: [Not documented]
  • # sortBy: [Not documented]
  • # sortOrder: [Not documented]
  • # type: [Not documented]
  • # category: [Not documented]
  • # isSource: [Not documented]
  • # active: [Not documented]
  • # inactive: [Not documented]
  • # future: [Not documented]
  • # carrierId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • products(
  • filters: [ProductQueryFilterInput!],
  • limit: Int,
  • offset: Int,
  • sortBy: SortBy,
  • sortOrder: SortOrder,
  • type: Int,
  • category: Int,
  • isSource: Boolean,
  • active: Boolean,
  • inactive: Boolean,
  • future: Boolean,
  • carrierId: String,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ProductConnection!
  • # Arguments
  • # propagateTypeId: [Not documented]
  • # ownerId: [Not documented]
  • propagateToByPropagateType(
  • propagateTypeId: String!,
  • ownerId: UUID!
  • ): [SelectOptionInput!]!
  • # Arguments
  • # id: [Not documented]
  • question(id: ID!): Question
  • # Arguments
  • # id: [Not documented]
  • questionChoice(id: ID!): QuestionChoice
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • questionChoices(
  • filters: [QuestionChoiceQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): QuestionChoiceConnection!
  • # Arguments
  • # id: [Not documented]
  • questionCondition(id: ID!): QuestionCondition
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • questionConditions(
  • filters: [QuestionConditionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): QuestionConditionConnection!
  • # Arguments
  • # id: [Not documented]
  • questionGroup(id: ID!): QuestionGroup
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • questionGroups(
  • filters: [QuestionGroupQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): QuestionGroupConnection!
  • # Arguments
  • # id: [Not documented]
  • questionResponse(id: ID!): QuestionResponse
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • questionResponses(
  • filters: [QuestionResponseQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): QuestionResponseConnection!
  • # Arguments
  • # id: [Not documented]
  • questionRule(id: ID!): QuestionRule
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • questionRules(
  • filters: [QuestionRuleQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): QuestionRuleConnection!
  • # Arguments
  • # filters: [Not documented]
  • questionnaireCollection(
  • filters: QuestionnarieFilterInput
  • ): [Questionnaire!]
  • # Arguments
  • # filters: [Not documented]
  • questionnaireGroup(filters: QuestionnarieFilterInput): [String!]
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • questions(
  • filters: [QuestionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): QuestionConnection!
  • # Arguments
  • # productId: [Not documented]
  • # productDurationId: [Not documented]
  • # solveFor: [Not documented]
  • # amount: [Not documented]
  • # paymentFrequencyId: [Not documented]
  • # dob: [Not documented]
  • # genderId: [Not documented]
  • # underwritingClassId: [Not documented]
  • quoterPremiumCalc(
  • productId: UUID!,
  • productDurationId: UUID!,
  • solveFor: String!,
  • amount: Float!,
  • paymentFrequencyId: String!,
  • dob: ISO8601Date!,
  • genderId: String!,
  • underwritingClassId: UUID!
  • ): JSON!
  • # Arguments
  • # productId: [Not documented]
  • quoterProductPdf(productId: UUID!): JSON!
  • # Arguments
  • # solveFor: [Not documented]
  • # paymentFrequencyId: [Not documented]
  • # coverageIds: [Not documented]
  • # paymentIds: [Not documented]
  • # durationIds: [Not documented]
  • # dob: [Not documented]
  • # genderId: [Not documented]
  • # underwritingClassId: [Not documented]
  • quoterProducts(
  • solveFor: SolveFor,
  • paymentFrequencyId: String,
  • coverageIds: [String!],
  • paymentIds: [String!],
  • durationIds: [String!],
  • dob: ISO8601Date!,
  • genderId: String!,
  • underwritingClassId: UUID!
  • ): JSON!
  • quoterTermFilters: JSON!
  • # Arguments
  • # carrierId: [Not documented]
  • # dob: [Not documented]
  • # genderId: [Not documented]
  • # height: [Not documented]
  • # weight: [Not documented]
  • # tobaccoStatusId: [Not documented]
  • quoterUnderwritingClassifier(
  • carrierId: UUID,
  • dob: ISO8601Date,
  • genderId: String,
  • height: String!,
  • weight: String!,
  • tobaccoStatusId: String
  • ): JSON!
  • # Recently viewed resources
  • #
  • # Arguments
  • # resource: [Not documented]
  • recentlyViewed(resource: String): [SearchResultType!]!
  • # Arguments
  • # id: [Not documented]
  • recommendation(id: ID!): Recommendation
  • # Arguments
  • # opportunityId: [Not documented]
  • # isPrimary: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • recommendations(
  • opportunityId: ID,
  • isPrimary: Boolean,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): RecommendationConnection!
  • # Arguments
  • # advisorId: [Not documented]
  • # departmentId: [Not documented]
  • # productTypeId: [Not documented]
  • # carrierId: [Not documented]
  • replaceableDistributionAgreements(
  • advisorId: UUID!,
  • departmentId: String!,
  • productTypeId: Int,
  • carrierId: UUID
  • ): [SelectOptionInput!]!
  • # Arguments
  • # id: [Not documented]
  • replacingCriteria(id: ID!): ReplacingCriteria
  • # Arguments
  • # id: [Not documented]
  • replacingCriteriaResponse(id: ID!): ReplacingCriteriaResponse
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • replacingCriterias(
  • filters: [ReplacingCriteriaQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ReplacingCriteriaConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • replsacingCriteriaResponse(
  • filters: [ReplacingCriteriaResponseQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ReplacingCriteriaResponseConnection!
  • # Arguments
  • # id: [Not documented]
  • # page: [Not documented]
  • # sort: [Not documented]
  • # filters: [Not documented]
  • # limit: [Not documented]
  • report(id: ID!, page: Int, sort: JSON, filters: [ReportFilter!], limit: Int): Report
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • reportCategories(
  • filters: [ReportCategoryQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ReportCategoryConnection!
  • # Arguments
  • # id: [Not documented]
  • reportCategory(id: ID!): ReportCategory
  • reportDashboard: Report
  • # Arguments
  • # type: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • reportOptions(
  • type: String!,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ReportOptionConnection!
  • # Arguments
  • # controllerName: [Not documented]
  • # selectedId: [Not documented]
  • reportTabs(controllerName: String, selectedId: String): [ReportTab!]!
  • # Arguments
  • # reportId: [Not documented]
  • # global: [Not documented]
  • # favorites: [Not documented]
  • # myReports: [Not documented]
  • # publicOnly: [Not documented]
  • # scheduled: [Not documented]
  • # shared: [Not documented]
  • # tabs: [Not documented]
  • # unsaved: [Not documented]
  • # limit: [Not documented]
  • # resource: [Not documented]
  • # sortBy: [Not documented]
  • # sortOrder: [Not documented]
  • # isDashboard: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • reports(
  • reportId: ID,
  • global: Boolean,
  • favorites: Boolean,
  • myReports: Boolean,
  • publicOnly: Boolean,
  • scheduled: Boolean,
  • shared: Boolean,
  • tabs: Boolean,
  • unsaved: Boolean,
  • limit: Int,
  • resource: String,
  • sortBy: SortBy,
  • sortOrder: SortOrder,
  • isDashboard: Boolean,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ReportConnection!
  • # Arguments
  • # id: [Not documented]
  • requirementOrder(id: ID!): RequirementOrder
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • requirementOrders(
  • filters: [RequirementOrderQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): RequirementOrderConnection!
  • # Arguments
  • # id: [Not documented]
  • # filterId: [Not documented]
  • # page: [Not documented]
  • # sort: [Not documented]
  • resourceReport(id: ID!, filterId: ID!, page: Int, sort: JSON): ResourceReport
  • # Arguments
  • # resourceId: [Not documented]
  • # associationResourceId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • resourceReportOptions(
  • resourceId: Int!,
  • associationResourceId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): FilterOptionConnection!
  • # Arguments
  • # type: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • resourceReports(
  • type: String!,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ResourceReportConnection!
  • # Arguments
  • # hasPermissions: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • resources(
  • hasPermissions: Boolean,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): ResourceConnection!
  • # Arguments
  • # id: [Not documented]
  • riskClass(id: ID!): RiskClass
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • riskClasses(
  • filters: [RiskClassQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): RiskClassConnection!
  • # Arguments
  • # id: [Not documented]
  • role(id: ID!): Role
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • roles(
  • filters: [RoleQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): RoleConnection!
  • # Arguments
  • # id: [Not documented]
  • routingNumber(id: ID!): RoutingNumber
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • routingNumbers(
  • filters: [RoutingNumberQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): RoutingNumberConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • rowDisplayTypes(after: String, before: String, first: Int, last: Int): RowDisplayTypeConnection!
  • # Arguments
  • # resource: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • salesManagerTypes(
  • resource: String,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): SalesManagerTypeConnection!
  • # Arguments
  • # dataImportId: [Not documented]
  • # isFavorite: [Not documented]
  • saveAsTemplate(dataImportId: String!, isFavorite: Boolean): JSON!
  • # Arguments
  • # id: [Not documented]
  • schedule(id: ID!): Schedule
  • # Arguments
  • # id: [Not documented]
  • scheduleRate(id: ID!): ScheduleRate
  • # Arguments
  • # id: [Not documented]
  • scheduleRateFilter(id: ID!): ScheduleRateFilter
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • scheduleRateFilters(
  • filters: [ScheduleRateFilterQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ScheduleRateFilterConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • scheduleRates(
  • filters: [ScheduleRateQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ScheduleRateConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • schedules(
  • filters: [ScheduleQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ScheduleConnection!
  • # The search functionality of the app
  • #
  • # Arguments
  • # resources: [Not documented]
  • # query: [Not documented]
  • # options: [Not documented]
  • search(resources: [String!]!, query: String!, options: SearchOptionsInputType): SearchType!
  • # Arguments
  • # resource: [Not documented]
  • # query: [Not documented]
  • searchResources(resource: String!, query: String!): [BasicResource!]!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • securitiesLicenseTypes(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): SecuritiesLicenseTypeConnection!
  • # Arguments
  • # resourceId: [Not documented]
  • # aggregateOptions: [Not documented]
  • # complex: [Not documented]
  • # joinResourceId: [Not documented]
  • # parentOptionId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • selectOptions(
  • resourceId: Int!,
  • aggregateOptions: Boolean,
  • complex: Boolean,
  • joinResourceId: Int,
  • parentOptionId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): SelectOptionConnection!
  • # Arguments
  • # optionId: [Not documented]
  • # complex: [Not documented]
  • # joinResourceId: [Not documented]
  • # nestedResourceCount: [Not documented]
  • # parentResourceId: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • selectTypes(
  • optionId: Int,
  • complex: Boolean,
  • joinResourceId: Int,
  • nestedResourceCount: Int,
  • parentResourceId: Int,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): SelectTypeConnection!
  • # Arguments
  • # id: [Not documented]
  • signatureGuarantee(id: ID!): SignatureGuarantee
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • signatureGuarantees(
  • filters: [SignatureGuaranteeQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): SignatureGuaranteeConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • states(after: String, before: String, first: Int, last: Int): StateConnection!
  • # Arguments
  • # id: [Not documented]
  • tableRating(id: ID!): TableRating
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • tableRatings(
  • filters: [TableRatingQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): TableRatingConnection!
  • # Arguments
  • # assigneeId: [Not documented]
  • # carrierName: [Not documented]
  • # category: [Not documented]
  • # currentPage: [Not documented]
  • # owner: [Not documented]
  • # ownerType: [Not documented]
  • # viewType: [Not documented]
  • # filterDate: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • taskConnection(
  • assigneeId: ID,
  • carrierName: [String!],
  • category: [String!],
  • currentPage: Int,
  • owner: [UUID!],
  • ownerType: [String!],
  • viewType: TaskListViewTypeFilter,
  • filterDate: Date,
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): TaskConnection!
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • territories(
  • filters: [TerritoryQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): TerritoryConnection!
  • # Arguments
  • # id: [Not documented]
  • territory(id: ID!): Territory
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • territoryCounties(
  • filters: [TerritoryCountyQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): TerritoryCountyConnection!
  • # Arguments
  • # id: [Not documented]
  • territoryCounty(id: ID!): TerritoryCounty
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • territoryRadius(
  • filters: [TerritoryRadiusQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): TerritoryRadiusConnection!
  • # Arguments
  • # id: [Not documented]
  • territoryState(id: ID!): TerritoryState
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • territoryStates(
  • filters: [TerritoryStateQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): TerritoryStateConnection!
  • # Arguments
  • # id: [Not documented]
  • territoryZipcode(id: ID!): TerritoryZipcode
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • territoryZipcodes(
  • filters: [TerritoryZipcodeQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): TerritoryZipcodeConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • timeZones(after: String, before: String, first: Int, last: Int): TimeZoneConnection!
  • # Arguments
  • # id: [Not documented]
  • trade(id: ID!): Trade
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • trades(
  • filters: [TradeQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): TradeConnection!
  • # Arguments
  • # id: [Not documented]
  • trailOption(id: ID!): TrailOption
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • trailOptions(
  • filters: [TrailOptionQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): TrailOptionConnection!
  • # Arguments
  • # id: [Not documented]
  • user(id: ID!): User
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • users(
  • filters: [UserQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): UserConnection!
  • # Arguments
  • # id: [Not documented]
  • validation(id: ID!): Validation
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • validations(
  • filters: [ValidationQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): ValidationConnection!
  • # Arguments
  • # id: [Not documented]
  • vendor(id: ID!): Vendor
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • vendors(
  • filters: [VendorQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): VendorConnection!
  • # Arguments
  • # id: [Not documented]
  • work(id: ID!): Work
  • # Arguments
  • # id: [Not documented]
  • workItem(id: ID!): WorkItem
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • workItems(
  • filters: [WorkItemQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): WorkItemConnection!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • workList(after: String, before: String, first: Int, last: Int): WorkConnection!
  • # Arguments
  • # id: [Not documented]
  • workflow(id: ID!): Workflow
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • workflows(
  • filters: [WorkflowQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: SortBy
  • ): WorkflowConnection!
  • # Arguments
  • # id: [Not documented]
  • writingAdvisor(id: ID!): WritingAdvisor
  • # Arguments
  • # filters: [Not documented]
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • writingAdvisors(
  • filters: [WritingAdvisorQueryFilterInput!],
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • sortOrder: SortOrder,
  • sortBy: WritingAdvisorSort
  • ): WritingAdvisorConnection!
  • }

link Require by

This element is not required by anyone