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