Dework GraphQL API

Dework runs a public GraphQL API (Apollo Server) at api.dework.xyz/graphql that powers the Dework web app, plus a NestJS health endpoint at api.dework.xyz/health. The endpoint is live but undocumented: schema introspection is disabled in production and there is no published API reference. Captured here as the real backend surface; no OpenAPI/GraphQL schema could be harvested without fabrication.

API entry from apis.yml

apis.yml Raw ↑
name: Dework GraphQL API
description: 'Dework runs a public GraphQL API (Apollo Server) at api.dework.xyz/graphql that powers the
  Dework web app, plus a NestJS health endpoint at api.dework.xyz/health. The endpoint is live but undocumented:
  schema introspection is disabled in production and there is no published API reference. Captured here
  as the real backend surface; no OpenAPI/GraphQL schema could be harvested without fabrication.'
humanURL: https://dework.gitbook.io/product-docs/
baseURL: https://api.dework.xyz/graphql
properties:
- type: GraphQL
  url: https://api.dework.xyz/graphql