LimitInfo Object
Store the current and allowed usage.
type LimitInfo {
currentUsage: Limits!
allowedUsage: Limits!
}
Fields
currentUsage ● Limits!
Defines the current resource usage.
allowedUsage ● Limits!
Defines the allowed maximum resource usage, null means unlimited.
Member Of
Shop object