BillingExemptOrgType
An organization whose wallet is not debited and whose apps are not denied for funds. Usage is still metered; waived amounts are in org_billing_waivers.
type BillingExemptOrgType {
orgId: BigInt!
name: String!
slug: String!
reason: String!
setAt: DateTime!
setBy: BigInt
}
Fields
BillingExemptOrgType.orgId ● BigInt! non-null scalar
Organization id (BigInt as a decimal string).
BillingExemptOrgType.name ● String! non-null scalar
Organization name.
BillingExemptOrgType.slug ● String! non-null scalar
Organization slug.
BillingExemptOrgType.reason ● String! non-null scalar
Why the exemption exists. Required when setting it true.
BillingExemptOrgType.setAt ● DateTime! non-null scalar
When the exemption was last set true.
BillingExemptOrgType.setBy ● BigInt scalar
Operator user_id who last set the exemption true.
Returned By
billingExemptOrgs query ● setOrgBillingExempt mutation