IGPAPI
    Preparing search index...

    Interface GraphqlCallInput

    interface GraphqlCallInput {
        clientDocId: string;
        context?: RequestContext;
        extra?: Record<string, string>;
        friendlyName: string;
        includeFriendlyNameInForm?: boolean;
        variables: unknown;
    }
    Index

    Properties

    clientDocId: string
    context?: RequestContext
    extra?: Record<string, string>

    Extra form fields merged on top of defaults.

    friendlyName: string
    includeFriendlyNameInForm?: boolean

    Some calls send only the HTTP header, without duplicating the name in form data.

    variables: unknown