OBJECT

FilesConnection

Connection Type for File

link GraphQL Schema definition

  • type FilesConnection {
  • # List of nodes
  • nodes: [File!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }