Fredrik Björk

Results 37 comments of Fredrik Björk

We're using async-graphql at Grafbase (https://grafbase.com). Grafbase is a data platform for developers that enables you to deploy globally fast apps in seconds.

@nikitavoloboev great suggestions. This is something we will working on in Q1. Stay tuned.

@rawkode this is now part of the latest Grafbase CLI. Thanks for the suggestion!

When used with other gems like Carrerwave the asset_host manipulation done with jammit-s3 breaks functionality.

Is this something we could help contribute?

@hovsater ok, is there an issue we can track for that?

Why not add GraphQL support natively instead of plugins?

Also running into this issue. @surmon-china any ideas how to fix?

@surmon-china ```webpack-internal:/(sc_server)/node_modules/mongodb-data-api/dist/mongodb-data-api.esm.js (117:31)```. Here is the code: ``` import { createMongoDBDataAPI } from 'mongodb-data-api' const config = { apiKey: process.env.MONGODB_API_KEY as string, urlEndpoint: process.env.MONGODB_APP_URL as string } const mongo =...