Skip to content

MultiResponseStrategy

Enumeration Members

APPEND

APPEND: "append"

Append responses as a list


AUTO

AUTO: "auto"

Automatically determine the strategy based on the response


CONCATENATE

CONCATENATE: "concatenate"

Concatenate all responses


PATCH

PATCH: "patch"

Patch the responses together following the GraphQL spec