OBJECT

File

File object

link GraphQL Schema definition

  • type File {
  • # ID of the File
  • id: ID!
  • # URL of the File
  • path: String!
  • }