Workday Extend · Capability

Workday Extend Workday Graph API — Graph Query

Workday Extend Workday Graph API — Graph Query. 1 operations. Lead operation: Workday Extend Execute a graph query. Self-contained Naftiko capability covering one Workday Extend business surface.

Run with Naftiko Workday ExtendGraph Query

What You Can Do

POST
Executegraphquery — Workday Extend Execute a graph query
/v1/query

MCP Tools

workday-extend-execute-graph-query

Workday Extend Execute a graph query

read-only

Capability Spec

graph-graph-query.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Extend Workday Graph API — Graph Query
  description: 'Workday Extend Workday Graph API — Graph Query. 1 operations. Lead operation: Workday Extend Execute a graph
    query. Self-contained Naftiko capability covering one Workday Extend business surface.'
  tags:
  - Workday Extend
  - Graph Query
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_EXTEND_API_KEY: WORKDAY_EXTEND_API_KEY
capability:
  consumes:
  - type: http
    namespace: graph-graph-query
    baseUri: https://{baseUrl}/api/graphql/v1/{tenant}
    description: Workday Extend Workday Graph API — Graph Query business capability. Self-contained, no shared references.
    resources:
    - name: query
      path: /query
      operations:
      - name: executegraphquery
        method: POST
        description: Workday Extend Execute a graph query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.WORKDAY_EXTEND_API_KEY}}'
  exposes:
  - type: rest
    namespace: graph-graph-query-rest
    port: 8080
    description: REST adapter for Workday Extend Workday Graph API — Graph Query. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/query
      name: query
      description: REST surface for query.
      operations:
      - method: POST
        name: executegraphquery
        description: Workday Extend Execute a graph query
        call: graph-graph-query.executegraphquery
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graph-graph-query-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Extend Workday Graph API — Graph Query. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: workday-extend-execute-graph-query
      description: Workday Extend Execute a graph query
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: graph-graph-query.executegraphquery
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.