Microsoft Azure API Management · Arazzo Workflow
Azure API Management Configure GraphQL Resolver
Version 1.0.0
Confirm a GraphQL API exists, attach a resolver, then list the API's resolvers.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
configure-graphql-resolver
Attach a resolver to a GraphQL API and confirm it.
Confirms the API exists, creates a resolver bound to a type and field, then lists the API's resolvers to verify.
1
getApi
Api_Get
Read the GraphQL API to confirm it exists before attaching a resolver.
2
createResolver
GraphQLApiResolver_CreateOrUpdate
Create or update the resolver bound to the supplied type and field.
3
listResolvers
GraphQLApiResolver_ListByApi
List the API's resolvers to confirm the new resolver is registered.