GraphQL binding spec
To setup GraphQL binding create a component of type . See on how to create and apply a binding configuration. To separate normal config settings (e.g. endpoint) from headers, “header:” is used a prefix on the header names.
Warning
The GraphQL binding uses internally.
query
mutation
query
The query
operation is used for statements, which returns the metadata along with data in a form of an array of row values.
in := &dapr.InvokeBindingRequest{
Name: "example.bindings.graphql",
}