Creates a Resolver object.
A resolver converts incoming requests into a format that a data source can understand, and converts the data source's responses into GraphQL.
post/v1/apis/{apiId}/types/{typeName}/resolvers
Path parameters
apiIdstring required
The ID for the GraphQL API for which the resolver is being created.
typeNamestring required
The name of the <code>Type</code>.
Request body
Response
Success