ENUM

OrgDocumentType

link GraphQL Schema definition

1enum OrgDocumentType {
2
3# The privacy policy document.
4privacyPolicy
5
6# The terms of service document.
7termsOfService
8}