OBJECT
CustomerFacingFile
Description
Customer facing file.
link GraphQL Schema definition
- type CustomerFacingFile {
- # File external ID.
- String! :
- # Timestamp when the file was created.
- DateTime :
- # Timestamp when the file will expire.
- DateTime :
- # Creator of the file.
- String! :
- # Name of the file.
- String! :
- # Timestamp when the file generation was completed.
- DateTime :
- # File type.
- FileTypeEnumType! :
- # File state.
- FileStateEnumType! :
- }