Skip to main content

LimitInfo

Store the current and allowed usage.

type LimitInfo {
currentUsage: Limits!
allowedUsage: Limits!
}

Fields

LimitInfo.currentUsage ● Limits! non-null object miscellaneous

Defines the current resource usage.

LimitInfo.allowedUsage ● Limits! non-null object miscellaneous

Defines the allowed maximum resource usage, null means unlimited.

Member Of

Shop object