UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

20 lines 618 B
export var MultiResponseStrategy; (function (MultiResponseStrategy) { /** * Automatically determine the strategy based on the response */ MultiResponseStrategy["AUTO"] = "auto"; /** * Concatenate all responses */ MultiResponseStrategy["CONCATENATE"] = "concatenate"; /** * Append responses as a list */ MultiResponseStrategy["APPEND"] = "append"; /** * Patch the responses together following the GraphQL spec */ MultiResponseStrategy["PATCH"] = "patch"; })(MultiResponseStrategy || (MultiResponseStrategy = {})); //# sourceMappingURL=types.js.map