OBJECT
ExportDocument
link GraphQL Schema definition
- type ExportDocument implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : Datetime
- : UUID
- # Reads a single `Export` that is related to this `ExportDocument`.
- : Export!
- # Reads a single `User` that is related to this `ExportDocument`.
- : User
- }