-
![](https://github.com/dwwoelfel/oneblog-brand-new/blob/master/img/704/1*_7z5TiN1g22xJpdOQbfZ1Q.gif?raw=true)
# GraphQL CLI is back! Your Swiss Army Knife for the GraphQL ecosystem
## Production-rea…
-
Pluralizing queries force someones to understand different exceptions that can come with pluralizing.
E.g
```graphql
"""
@model
"""
type Person {
"""
@id
"""
id: ID!
name: …
-
xcv58 updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
I think it's way past due that Amplify supports total counts in GraphQL queries. Other GraphQL based platforms has this built in by …
-
> This page is synced automatically from [The Guild's](https://the-guild.dev) Notion
> Notion page URL: https://www.notion.so/GraphQL-Code-Generator-v4-Roadmap-91923bfb2dee48eaa0d6a77666429968
At [T…
-
Prisma-AppSync generate to us ~25000 rows grahpql schema. AppSync now has ~600ms delay before it calls prisma lambda function. When we reduce the schema (by removing some models), the delay is shorter…
WuDo updated
5 months ago
-
ctbwx updated
4 months ago
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
Great work! Before updating to the official 1 release it worked smoothly. After updating it seems that ID fields that are auto-populated by the database are mandatory when executing the create* mutati…
-
With this schema:
```prisma
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
generator client {
provider = "prisma-client-js"
binaryTargets = ["native"…