Skip to main content
Version: 3.x

LimitInfo

Store the current and allowed usage.

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?