TypesDirectivesrateOn this pageraterate enforces a rate limit on requests made by the user. directive @rate( max: Int = 1 seconds: Int! key: String) on FIELD_DEFINITION Arguments rate.max ● Int scalar rate.seconds ● Int! non-null scalar rate.key ● String scalar