Webber Wang

Results 13 comments of Webber Wang

@elkwood the 2nd approach :action creates a new route though

Yeah being able to save / load workspace would allow switching to different projects much easily without losing configurations / data.

`Save files automatically if application is idle for x sec` does trigger the format though, which actually is quite nice.

Looking for this as well, is there a way we can pass the element to a specified element? Like hovering over the page will affect an image inside the page,...

> Currently it is posible, reading your graphql schema file, then convert it to string: > > ```js > import { print } from 'graphql/language/printer'; > import mySchema from './my-schema.graphql';...

> @webberwang, you can import `.graphql` files with the [graphql-tag](https://github.com/apollographql/graphql-tag) loader. @lemol ~~That package only works for loading GraphQL queries and mutations from .graphql files, it doesn't work for loading...

@lemol Awesome! thanks for the quick tip, I'll set that up 👍

We've encountered a regression bug and have narrowed down the reason to upgrading these packages ``` "@neo4j/graphql": "3.6.3", "@neo4j/graphql-ogm": "3.6.3", ``` to ``` "@neo4j/graphql": "3.7.0", "@neo4j/graphql-ogm": "3.7.0", ``` It involves...

@kyle-mccarthy `useRouter` is just empty object, which is inline with Nest not passing requests to Next. Right, solving issue 2 (resolving requests not resolved in nest) would solve 1 (external...