Skip to content

Graphql

GraphQl

The GraphQL integration allows you to work in two different modes:

1.Apply gateway functionality in the middle of a GraphQL client and its GraphQL servers (just proxy).
2.Convert REST endpoints to GraphQL calls (adapter/transformer).

Step1:While you are creating endpoint we should pass their required type as shown below image

Graphql

Graphql