INPUT_OBJECT
UpdateAuthorizationPolicyInputType
# GraphQL Schema definition
1 input UpdateAuthorizationPolicyInputType { 3 2 String : 5 4 String : 7 6 HashObject : 9 8 String : 14 10 # defines where the file definition will be available after pull; should start 11 # with the module name follow by private/public scope, for example 12 # manual/public/authorization_policies/my_policy 13 String : 16 15 String : 17 }