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
Copy file name to clipboardExpand all lines: docs/usage/resource-graph.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,7 @@ public void ConfigureServices(IServiceCollection services)
79
79
80
80
### Public Resource Name
81
81
82
-
The public resource name is exposed in the json:api payload as the `type` member.
83
-
How this is exposed can be configured in with the following approaches (in order of priority):
82
+
The public resource name is exposed through the `type` member in the json:api payload. This can be configured by the following approaches (in order of priority):
84
83
85
84
1. The `publicResourceName` option when manually adding a resource to the graph
0 commit comments