GraphQL OBJECT
WebFile
Reusable, localizable web file.
link Definition
- type WebFile {
- # Unique ID of the web file.
- Int! :
- # Client account that is assigned to the web file, if any.
- Client :
- # Date and time when the web file was created.
- DateTime :
- # User who created the web file.
- UserAccount! :
- # Name of web file.
- String :
- # Link to file download.
- String :
- # Date and time when the last edit occurred.
- DateTime :
- # User who last edited the web file.
- UserAccount! :
- # True when web file depends on language, false otherwise.
- Boolean :
- # Category of the web file.
- WebFileCategoryEnum :
- }