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