GraphqlOperationUsageRow
Usage totals for a single GraphQL operation over the window.
type GraphqlOperationUsageRow {
operationName: String!
totalOps: String!
sendBytes: String!
recvBytes: String!
}
Fields
GraphqlOperationUsageRow.operationName ● String! non-null scalar
GraphQL operation name (or '(anonymous)').
GraphqlOperationUsageRow.totalOps ● String! non-null scalar
Total invocation count (string counter).
GraphqlOperationUsageRow.sendBytes ● String! non-null scalar
Total bytes sent for this operation (string counter).
GraphqlOperationUsageRow.recvBytes ● String! non-null scalar
Total bytes received for this operation (string counter).
Returned By
appGraphqlOperations query
Member Of
AppUsageSummary object