All Projects → jetruby → Apollo_upload_server Ruby

jetruby / Apollo_upload_server Ruby

Licence: mit

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Apollo upload server Ruby

Graphql Ruby
Ruby implementation of GraphQL
Stars: ✭ 4,931 (+3876.61%)
Mutual labels:  graphql, rails
Asp.net Core Graphql Middleware
ASP.Net Core GraphQL Middleware
Stars: ✭ 38 (-69.35%)
Mutual labels:  graphql, middleware
Agoo
A High Performance HTTP Server for Ruby
Stars: ✭ 679 (+447.58%)
Mutual labels:  graphql, rails
node-uploadx
Node.js middleware for handling resumable uploads
Stars: ✭ 17 (-86.29%)
Mutual labels:  middleware, upload
Express Fileupload
Simple express file upload middleware that wraps around busboy
Stars: ✭ 1,069 (+762.1%)
Mutual labels:  middleware, upload
Persistgraphql
A build tool for GraphQL projects.
Stars: ✭ 409 (+229.84%)
Mutual labels:  graphql, middleware
Graphql Upload
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various GoLang GraphQL servers
Stars: ✭ 32 (-74.19%)
Mutual labels:  graphql, middleware
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+9231.45%)
Mutual labels:  graphql, rails
Graphql Rails Generators
Graphql Rails Scaffold™. Automatically generate GraphQL types from your rails models.
Stars: ✭ 47 (-62.1%)
Mutual labels:  graphql, rails
Graphql Factory
A toolkit for building GraphQL
Stars: ✭ 44 (-64.52%)
Mutual labels:  graphql, middleware
Graphql Ruby
GraphQL Ruby example for How To GraphQL
Stars: ✭ 231 (+86.29%)
Mutual labels:  graphql, rails
Chaskiq
A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp, etc ...
Stars: ✭ 1,263 (+918.55%)
Mutual labels:  graphql, rails
Graphql Rails Blog
Blog App built with Rails 5, React and GraphQL
Stars: ✭ 160 (+29.03%)
Mutual labels:  graphql, rails
Exception handler
💣 CUSTOM ERROR PAGES 💣 for Ruby on Rails → Translate Ruby/Rails Exceptions Into Branded 4xx/5xx HTTP Error Pages.
Stars: ✭ 455 (+266.94%)
Mutual labels:  middleware, rails
Graphql Query Resolver
Minimize N+1 queries generated by GraphQL and ActiveRecord
Stars: ✭ 148 (+19.35%)
Mutual labels:  graphql, rails
Graphiti
Stylish Graph APIs
Stars: ✭ 783 (+531.45%)
Mutual labels:  graphql, rails
Graphbrainz
A fully-featured GraphQL interface for the MusicBrainz API.
Stars: ✭ 130 (+4.84%)
Mutual labels:  graphql, middleware
Relay Rails Blog
A graphql, relay and standard rails application powered demo weblog. We are using Graphql server and relay for our react component data needs.
Stars: ✭ 140 (+12.9%)
Mutual labels:  graphql, rails
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-68.55%)
Mutual labels:  graphql, rails
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+919.35%)
Mutual labels:  graphql, rails

ApolloUploadServer

Middleware which allows you to upload files using graphql-ruby, apollo-upload-client and Ruby on Rails.

Note: this implementation uses v2 of the GraphQL multipart request spec, so you should use apollo-upload-client library >= v7.0.0-alpha.3. If you need support for v1 of the GraphQL multipart request spec, you must use version 1.0.0 of this gem.

Installation

Add this line to your application's Gemfile:

gem 'apollo_upload_server', '2.0.3'

And then execute:

$ bundle

Or install it yourself as:

$ gem install apollo_upload_server

Middleware will be used automatically.

Gem adds custom Upload type to your GraphQL types. Use ApolloUploadServer::Upload type for your file as input field:

  input_field :file, ApolloUploadServer::Upload

That's all folks!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jetruby/apollo_upload_server-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the ApolloUploadServer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About JetRuby

ApolloUploadServer is maintained and founded by JetRuby Agency.

We love open source software! See our projects or contact us to design, develop, and grow your product.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].