GraphQL INPUT_OBJECT
ClientPolicyInput
link Definition
- input ClientPolicyInput {
- # Type of the policy.
- : ClientPolicyTypeEnum!
- # Two-character ID of the language, see ISO 639-1.
- : ClientPolicyLanguagesEnum!
- # The short comment of the policy.
- : String
- # Text of the client policy in HTML format.
- : String
- }