LimitInfo
No description
type LimitInfo {
currentUsage: Limits!
allowedUsage: Limits!
}
Fields
LimitInfo.currentUsage ● Limits! non-null object
Defines the current resource usage.
LimitInfo.allowedUsage ● Limits! non-null object
Defines the allowed maximum resource usage, null means unlimited.
Member of
Shop object
Was this page helpful?