appGraphqlOperations
Top GraphQL operations for an app ranked by bytes over the time range. Read-only reporting; the app must be linked to an environment in the org. Requires the 'view_usage' org permission.
appGraphqlOperations(
orgId: BigInt!
appId: BigInt!
since: DateTime!
limit: Int = 20
): [GraphqlOperationUsageRow!]!
Arguments
appGraphqlOperations.orgId ● BigInt! non-null scalar
Organization id (BigInt) that owns the app.
appGraphqlOperations.appId ● BigInt! non-null scalar
App id (BigInt) to report operations for.
appGraphqlOperations.since ● DateTime! non-null scalar
Start of the time range (ISO-8601 DateTime or relative duration such as 1d, 7d, 1h) up to now.
appGraphqlOperations.limit ● Int scalar
Max number of operations to return (default 20).
Type
GraphqlOperationUsageRow object
Usage totals for a single GraphQL operation over the window.