• Executes an org-scoped GraphQL query against the App Management API. Uses typed documents.

    Type Parameters

    • TResult
    • TVariables extends Variables

    Parameters

    • orgId: string

      The organization ID.

    • query: TypedDocumentNode<TResult, TVariables>

      GraphQL query to execute.

    • token: string

      Partners token.

    • Optional variables: TVariables

      GraphQL variables to pass to the query.

    Returns Promise<TResult>

    The response of the query of generic type .