t3n/graphql-upload

Last activity 05 Apr 2022 2 3 72971
composer require t3n/graphql-upload

Extension for t3n/graphql that implements upload-handling

2.0.1

Version
2.0.1
Type
neos-package
Release Date
Apr 30, 2021 08:33
Source
git
Distribution
zip
Requires
  • neos/flow: ^7.0
  • t3n/graphql: ^3.0
  • php: ^7.3
  • ext-json: *
b9768fad66578026e3852c031fee7cd24e35d40e

Readme excerpt

t3n.GraphQL.Upload

Sidecar package for t3n/graphql that brings an Upload scalar and enables you to handle file uploads in your schema.

Simply install the package via composer:

composer require t3n/graphql-upload Configuration

This package ships all needed parts. However, you must add the typeDefs and the Resolver to your schema like this:

t3n: GraphQL: endpoints: 'your-endpoint': #use your endpoint variable here schemas: upload: typeDefs: 'resource://t3n.GraphQL.Upload/Private/GraphQL/schema.upload.graphql' resolvers: Upload: 't3n\GraphQL\Upload\Resolver\Type\UploadResolver'

This is everything you n…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 11 package(s).