@vendure/docs 0.0.0-202601211412 → 0.0.0-202601211435
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -920,7 +920,7 @@ enum LanguageCode {
|
|
|
920
920
|
>
|
|
921
921
|
{`"""
|
|
922
922
|
Permissions for administrators and customers. Used to control access to
|
|
923
|
-
GraphQL resolvers via the
|
|
923
|
+
GraphQL resolvers via the Allow decorator.
|
|
924
924
|
|
|
925
925
|
## Understanding Permission.Owner
|
|
926
926
|
|
|
@@ -855,7 +855,7 @@ enum LanguageCode {
|
|
|
855
855
|
>
|
|
856
856
|
{`"""
|
|
857
857
|
Permissions for administrators and customers. Used to control access to
|
|
858
|
-
GraphQL resolvers via the
|
|
858
|
+
GraphQL resolvers via the Allow decorator.
|
|
859
859
|
|
|
860
860
|
## Understanding Permission.Owner
|
|
861
861
|
|