GraphQL INPUT_OBJECT

File

This type is a placeholder that allows fileuploads when using the graphql multipart request specs: https://github.com/jaydenseric/graphql-multipart-request-spec.

link Definition

  • input File {
  • # Placeholder so that the file graphType fits the GQL specification
  • name: String
  • }