Yehonal

Results 63 comments of Yehonal

Well maybe in requirements :) thanks anyway!

I've created a fork where i've fixed 1. and 2. About 3., since graphql-sequelize-crud produces a GraphQLSchema, i've used Apollo Transformation to wrap queries with middlewares. However i think this...

i've same issue, graphql-tools from apollo server needs that schema must be defined with typeDefs for Schema Stiching: https://www.apollographql.com/docs/graphql-tools/schema-stitching.html

> when merge multiple schemas using `mergeSchemas`, it throw error > > > Error: Can't find type Root. > > ```js > const { mergeSchemas } = require('graphql-tools') > const...

The `pull_request_target `works fine for me I'm using it here: https://github.com/Drassil/action-package-version-bump/blob/main/.github/workflows/test.yml#L9 and it gives the GITHUB_TOKEN write permissions on forks.

I'm having a similar problem...in my case is ever worse ![image](https://user-images.githubusercontent.com/147092/129225016-4685198f-d084-4cf5-b7a5-4be5f876f3f1.png)

@Helias @FrancescoBorzi you could create a simple log file where storing the runned queries (IDK if you already have it) So, when you delete something you can first generate a...

Normally a deno project is just composed by a mod.ts which includes other TS files and it doesn't need any package.json and similar tools. It means that if you bundle...

i've found the same issue using add/removeSearch using fragment: http://requirebin.com/?gist=6baf515391cda14d4564 however i think that fragment plugin shouldn't be removed since it's very usefull for single page apps