Jan Kárník

Results 2 comments of Jan Kárník

> Like its been mentioned above; Setting the `'Content-Type': 'multipart/form-data'` explicitly fixes the error. > > If it doesn't, make sure the type on your Blob is a valid MimeType....

My case was fixed by making sure I have unique query aliases in `.graphql` files. `./bullets.graphql` ```graphql query Bullets { # This has to be unique, you cannot have another...