GraphQL OBJECT
ClientPolicy
Policy and procedure for the client account.
link Definition
- type ClientPolicy {
- # Type of the policy.
- : ClientPolicyType
- # Text of the client policy in RTF format.
- : String @deprecated( reason: "Use policyTextHtml instead." )
- # Text of the client policy in HTML format.
- : String
- # Short comment about the policy.
- : String
- # Language of the policy.
- : Language
- # Date and time when the policy was created.
- : DateTime
- # Date and time when the policy was last modified.
- : DateTime
- # User who created the policy.
- : UserAccount!
- # User who last modified the policy.
- : UserAccount!
- # Client which the client policy belongs to.
- : Client!
- }