Top "Graphcool" questions

GraphQL Backend Development Framework

Docker could not find plugin bridge in v1 plugin registry: plugin not found

I am trying to run this command with graphcool: graphcool-framework local up And I am getting this error from Docker, …

docker graphcool
GraphQL: Filter data in an array

I'm sure it's a simple thing to do, but I couldn't find anything in either GraphQL's doc or Graphcool's. Say …

graphql graphcool
How to chain two GraphQL queries in sequence using Apollo Client

I am using Apollo Client for the frontend and Graphcool for the backend. There are two queries firstQuery and secondQuery …

graphql apollo react-apollo apollo-client graphcool
Add an array of Objects to a mutation in apollo-react

I am using react-apollo on the front-end and graphcool on the backend. I have a mutation that creates a tutorial …

reactjs graphql apollo graphcool
Upload image from data url to Axios?

Ive been uploading image files to an API (Graphcool) with this, and everything was working fine: fileUpload(file) { let data = …

axios todataurl graphcool