INPUT_OBJECT

OrgFileResourceInput

link GraphQL Schema definition

1input OrgFileResourceInput {
4
2# The name of the document
3name: String
7
5# The URL pointing to the location of the document.
6url: String!
10
8# The type of the document (e.g., privacy policy, terms of service).
9type: OrgDocumentType!
11}