OBJECT

DeleteFilePayload

link GraphQL Schema definition

  • type DeleteFilePayload {
  • # The mutated File.
  • changedFile: File
  • # An edge containing the mutated File. Use this to update your client side cache.
  • changedEdge: FileEdge
  • # A view port into your application.
  • viewer: Viewer
  • # An opaque string used by frontend frameworks like relay to track requests and
  • # responses.
  • clientMutationId: String
  • }

link Require by