python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Graphql-ruby Bulding Mutation/query Without the need of user authentication
Hey I have a graphql mutation which needs to be implemented before user logs in. Till now I have been using graphql endpoints only after User is fully authenticated. Since graphql controller inherits ...
JIGME
Votes: 0
Answers: 1
ActiveStorage - Could not find or build blob: expected attachable, got #<ActionDispatch::Http::UploadedFile
Steps to reproduce
Gems
gem 'graphql', '1.13.2'
gem 'apollo_upload_server', '2.1.0'
app/graphql/mutations/create_document.rb
module Mutations
class CreateDocument < Mutations::BaseMutation
d...
SulmanWeb
Votes: 0
Answers: 1