This project is not covered by Drupal’s security advisory policy.
Project Status: Unsupported
This is a small module designed to work with the Drupal File field type. It provides a GraphQL field type that can be used to return a File object.
Obsolete Notice
This module is now considered obsolete and is no longer maintained.
We strongly recommend that users migrate to alternative solutions as this module will not receive any updates or support. Below are some recommended alternatives:
Quickstart:
- Install the module using Composer.
- Enable the "GraphQL File" SchemaExtension on your graphQL server edit page.
- Include the field on the relevant Type to resolve as:
File - Install the module using Composer.
Requirements
Usage
This module provides a GraphQL field type that can be used like this:
type MyType {
documents: [File]
}The field will return a File object with the following properties:
* id: The file entity id
* title: The file entity name
* url: The file entity url
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Project categories: Decoupled
- Ecosystem: GraphQL
12 sites report using this module
- Created by mcortes19 on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.



