-
## GraphQL
>Apollo GraphQL文档 https://www.apollographql.com/docs/
>Apollo Spectrum社区 https://spectrum.chat/apollo
>Apollo博客 https://blog.apollographql.com/
### 为什么选择Apollo Client?
#### 声明式数据获取…
-
This post is to provide communication about the direction of this project and the intended roadmap, as well as its current high-level progress.
__UPDATE__
After several months of exploration and…
-
Right now, schema generation pipeline works in this way:
- collect metadata from decorators (options, reflected type, placement (method/field, name, class)
- put them in raw shape in `MetadataStorag…
-
When declaring an optional argument with a scalar type, its default value is passed as a string in the resulting schema. This makes Strawberry-declared schemas incompatible with externally connected G…
-
As PG count queries can be really expensive for large datasets, an option to return estimated count can be added.
## API signature
**Option 1:**
We could add a new aggregate field called `es…
-
Hi folks :) I've been thinking that maybe at some point we should add **first class** support for Pydantic.
## What does **first class** support mean?
Currently we support Pydantic via an, albei…
-
At this moment there is no possibility to search via graphql / dynamodb certain records based on the longitude and latitude (geo) while there is a kind of library within AWS for this:
https://github…
-
error is attached below, and the schema is downloaded with command `graphql-client introspect-schema https://api.mainnet.aptoslabs.com/v1/graphql --output ./schema.graphql`
> #[derive(GraphQLQuery…
-
When using the default value, introspection does not work.
For the `ID` scalar, I get the error `Serialize expected type ID but got Map`.
For `Bool`, the error is `Cannot convert value to AST: 0`.
…
-
#### What
- we currently have no coverage over the gentime settings system
- check that config file errors, static OR runtime, are gracefully handled
- check that files of correct name/…