IGPAPI
    Preparing search index...

    Interface GraphqlDocument

    interface GraphqlDocument {
        clientDocId: string;
        friendlyName: string;
        includeFriendlyNameInForm?: boolean;
        requestPurpose?: string;
        rootFieldName?: string;
        validateNullInLegacyEagerDict?: boolean;
    }
    Index

    Properties

    clientDocId: string
    friendlyName: string
    includeFriendlyNameInForm?: boolean

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

    requestPurpose?: string
    rootFieldName?: string
    validateNullInLegacyEagerDict?: boolean