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 5cef5dd commit 2661144Copy full SHA for 2661144
README.md
@@ -70,7 +70,7 @@ public class GraphQLSettings
70
}
71
```
72
73
-Type syntax - use `AuthorizeWith`.
+GraphType first syntax - use `AuthorizeWith`.
74
75
```csharp
76
public class MyType : ObjectGraphType
@@ -83,7 +83,7 @@ public class MyType : ObjectGraphType
83
84
85
86
-Schema + Handler syntax - use `GraphQLAuthorize` attribute.
+Schema first syntax - use `GraphQLAuthorize` attribute.
87
88
89
[GraphQLAuthorize(Policy = "MyPolicy")]
@@ -96,3 +96,7 @@ public class MutationType
96
97
98
99
+
100
+# Known Issues
101
102
+* It is currently not possible to add a policy to Input objects using Schema first approach.
0 commit comments