You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **name** | Entity name | string | The name of the relation |
402
-
| **entity** | - | string | The class name of the entity that the relationship is with |
403
-
| **eager** | `false` | boolean | Whether the relationship should be eager loaded. Otherwise, you need to explicitly request the relation in the client SDK or API |
| **name** | Entity name | string | The name of the relation |
403
+
| **entity** | - | string | The class name of the entity that the relationship is with |
404
+
| **helpText** | - | string | Optional help text to display in admin UI |
405
+
| **eager** | `false` | boolean | Whether the relationship should be eager loaded. Otherwise, you need to explicitly request the relation in the client SDK or API |
0 commit comments