• Executes a GraphQL query against the Business Platform Organizations API.

    Type Parameters

    • T

    Parameters

    • query: string

      GraphQL query to execute.

    • token: string

      Business Platform token.

    • organizationId: string

      Organization ID as a numeric (non-GID) value.

    • Optional variables: GraphQLVariables

      GraphQL variables to pass to the query.

    Returns Promise<T>

    The response of the query of generic type .