OBJECT
RateLimitSpecification
link GraphQL Schema definition
1 type RateLimitSpecification { 2 # Type of the window. See enum for more details 3 RateLimitType! : 4 5 # The maximum number of points that are allowed for the window 6 Int! : 7 8 # Length of the window. See enum for more details 9 RateLimitInterval! : 10 11 }