Erxes GraphQL API

GraphQL Federation API powering the erxes XOS platform. An Apollo Router gateway federates one subgraph per plugin — core (contacts, companies, products, tags, documents, brands, organization structure, team members, automations, permissions, notifications), sales (deals, pipelines, stages), frontline (conversations, tickets, integrations, knowledge base, forms), operation (projects, tasks, triage, teams, statuses, cycles, milestones) and block (buildings, floor zonings, units, opportunities, contracts, invoices). Core types carry Apollo Federation @key(fields: "_id"). Calls are POSTed to /graphql with a Bearer access token and an erxes-subdomain tenant header. Introspection is disabled on the gateway.

API entry from apis.yml

apis.yml Raw ↑
aid: erxes:graphql-api
name: Erxes GraphQL API
description: 'GraphQL Federation API powering the erxes XOS platform. An Apollo Router gateway federates
  one subgraph per plugin — core (contacts, companies, products, tags, documents, brands, organization
  structure, team members, automations, permissions, notifications), sales (deals, pipelines, stages),
  frontline (conversations, tickets, integrations, knowledge base, forms), operation (projects, tasks,
  triage, teams, statuses, cycles, milestones) and block (buildings, floor zonings, units, opportunities,
  contracts, invoices). Core types carry Apollo Federation @key(fields: "_id"). Calls are POSTed to <gateway>/graphql
  with a Bearer access token and an erxes-subdomain tenant header. Introspection is disabled on the gateway.'
tags:
- GraphQL
- CRM
- Contacts
- Conversations
- Automation
- Apollo Federation
- Authentication
tags_raw:
- GraphQL
- CRM
- Contacts
- Conversations
- Automation
- Apollo Federation
- OAuth
humanURL: https://erxes.io/docs/introduction
baseURL: https://{subdomain}.next.erxes.io/gateway/graphql
properties:
- url: https://erxes.io/docs/introduction
  type: Documentation
- url: graphql/erxes-graphql.md
  type: GraphQL
- url: graphql/erxes-schema.graphql
  type: GraphQLSchema