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