GraphQlService
for executing a request and
RequestInput
to represent the input for a request.See: Description
Interface | Description |
---|---|
GraphQlService |
Strategy to perform GraphQL request execution with input for and output from the
invocation of
GraphQL . |
Class | Description |
---|---|
RequestInput |
Common representation for GraphQL request input.
|
GraphQlService
for executing a request and
RequestInput
to represent the input for a request.