INPUT_OBJECT
OrgFileResourceInput
link GraphQL Schema definition
1 input OrgFileResourceInput { 4 2 # The name of the document 3 : String 7 5 # The URL pointing to the location of the document. 6 : String! 10 8 # The type of the document (e.g., privacy policy, terms of service). 9 : OrgDocumentType! 13 11 # The status of the document 12 : OrgFileResourceStatus 14 }