OrgUsageSummary
Org-level rollup of replication/GraphQL byte totals and GraphQL op counts across all apps in the organization for the time window.
type OrgUsageSummary {
orgId: String!
replicationSendBytes: String!
replicationRecvBytes: String!
graphqlSendBytes: String!
graphqlRecvBytes: String!
totalOps: String!
}
Fields
OrgUsageSummary.orgId ● String! non-null scalar
Organization id (as a string).
OrgUsageSummary.replicationSendBytes ● String! non-null scalar
Total replication bytes sent across all org apps (string counter).
OrgUsageSummary.replicationRecvBytes ● String! non-null scalar
Total replication bytes received across all org apps (string counter).
OrgUsageSummary.graphqlSendBytes ● String! non-null scalar
Total GraphQL bytes sent across all org apps (string counter).
OrgUsageSummary.graphqlRecvBytes ● String! non-null scalar
Total GraphQL bytes received across all org apps (string counter).
OrgUsageSummary.totalOps ● String! non-null scalar
Total GraphQL operations (send + recv) across all org apps (string counter).
Returned By
orgUsageSummary query