<- Adapters

GraphQL

experimentalnetwork

GraphQL queries and mutations as governed capabilities

pip install chp-adapter-graphql

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

introspectv0.1.0

Fetch schema types via GraphQL introspection.

chp.adapters.graphql.introspect
mutatev0.1.0

Execute a GraphQL mutation. Variables never in evidence.

chp.adapters.graphql.mutate
queryv0.1.0

Execute a GraphQL query. Variables never in evidence.

chp.adapters.graphql.query
See the full capability catalog →