Tzu Gwo

Results 98 comments of Tzu Gwo

In the current, the basic usage of GraphQL is fully supported, so do not mind to use it. The next milestone I think we should complete the enhancement advanced feature...

Hi, could you please give me a complete sample for reproducing? I do not know the definition of `CommandRegister`.

I am sorry that I can not reproduce the issue following your sample. Please make sure that you have already used the newest version of Pygraphy. Here is my test...

I think maybe `{command(commandName: "test") {responseSchema}}` is not a valid GraphQL query, as GraphQL Spec, you should describe each field you want explicitly, could you please provide more info about...

You are right, the Pygraphy should return more helpful messages after an error query. I will fix it recently, than you!

GraphQL provides pagination support in [Relay](https://relay.dev/docs/en/pagination-container.html) but does not give an independent component. Pygraphy may take a long time to support Relay, and I also do not want to extend...

In my opinion, there are several objectives we need to implement: - [ ] Allow user to declare scalar types - [ ] custom scalar types can be printed as...

Maybe we should create a new metaclass called `ScalarType` and a root class called `Scalar`, then users could create their custom scalar types as objects of this metaclass by inheriting...

Yeah, I am glad to hear that.