GraphQL Agent Tool - v0.0.2
    Preparing search index...

    Type Alias ResponseParser

    ResponseParser: (response: unknown) => unknown

    The type for the response parser. The response parser is a function that takes the response from the GraphQL query or mutation and returns the parsed response.

    Type declaration

      • (response: unknown): unknown
      • Parameters

        • response: unknown

        Returns unknown