OBJECT
OrgFileResource
link GraphQL Schema definition
1 type OrgFileResource { 2 3 # The name of the document 4 String : 5 6 # The URL of the uploaded document. 7 String! : 8 9 # The type of the document (privacy policy or terms of service). 10 OrgDocumentType! : 11 12 # The status of the document (active or inactive). 13 String : 14 15 }