梦境迷离

Results 104 comments of 梦境迷离

Should errors be classified into two categories? (generally, only one of them is possible, and the return structure error of graphql is given priority in decoding.)

This will involve the issue of serialization format. We may only be able to provide the wrong field and the content returned by the server at this field. I think...

Is parallel generation possible? Of course, If there is no context dependency.

There may be duplicate codes? In addition, I saw an interesting problem, even if the structure is the same, different select will lead to different structures. If the return structures...

In the Java, we use the concept of projection. At the same time, each projection has all fields, and the user can choose which fields are needed, so the structure...

@obmarg Yes, I'll think about it and see if I can make it. I think we can continue to use `schema_ path` property to set the introspection server address.

@obmarg Hi, So, what I want to do is to implement a similar function `load_schema_from_server`? ![image](https://user-images.githubusercontent.com/29496873/110064538-3c06fa00-7da8-11eb-8605-0faf2d76366d.png) Here, suppose we use the `HTTP URL` setting `schema_path`, every derive macro needs to...

@obmarg Since introspection itself is also a graphql, we need graphql query, and we may need a config similar to `schema_path`. How to configure this? Or the `schema_path` change path...

> Maybe it makes more sense to provide users the ability to run an introspection query and output a schema.graphql file from that. Then users can write a `build.rs` or...