We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6121fd3 commit eb941c2Copy full SHA for eb941c2
relay/event.schema.json
@@ -3251,6 +3251,14 @@
3251
{
3252
"type": "object",
3253
"properties": {
3254
+ "name": {
3255
+ "description": " The name of the route.",
3256
+ "default": null,
3257
+ "type": [
3258
+ "string",
3259
+ "null"
3260
+ ]
3261
+ },
3262
"params": {
3263
"description": " Parameters assigned to this route.",
3264
"default": null,
0 commit comments