GraphqlApi - interface

Export

GraphqlApi

Hierarchy

  • GraphqlApiInterface

Implemented by

Methods

  • Delete an existing custom resolver configuration.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Delete a custom resolver

    Throws

    Memberof

    GraphqlApiInterface

  • Get all custom resolver configurations from your app's GraphQL API.

    Parameters

    Returns AxiosPromise<any>

    Summary

    Get all custom resolvers

    Throws

    Memberof

    GraphqlApiInterface

  • Set the validation level and action for reads and writes.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Modify validation settings

    Throws

    Memberof

    GraphqlApiInterface

Generated using TypeDoc