-
#### 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/…
-
---
title: "GraphQL in TypeScript over the years"
subtitle: "How things have changed and still can change"
cover: https://user-images.githubusercontent.com/3277185/217987721-5b407d33-12eb-492f-8b8c…
-
**Describe the bug**
When a GROQ query uses multiple "`^`" parent operators chained together in a filter componen, the TypeGen-generated type of the query result ends up as `Array`.
**To Reprodu…
-
I have a document containing an array field, mixing different types of reference and objects :
```js
defineField({
name: 'modules',
title: 'Modules',
type: 'array',
grou…
-
Based on https://cuelang.slack.com/archives/CLT3ULF6C/p1694699710517009
Thread
```
Hey gang. I’d like to use a CUE file where I’ve defined a schema definition, and load it into a Go progr…
-
If you find a security vulnerability, do NOT open an issue. Email [security@sanity.io](mailto:security@sanity.io) instead.
**Describe the bug**
When a GROQ query uses the [`in` operator](https://www…
-
Proposal: provide a template tag for writing sanitized EdgeQL queries.
### User input
```typescript
import {edgeql} from "edgedb";
const query = edgeql`insert User { title := ${req.body.titl…
-
### What's not working?
We are working to get our application fully typescript 'strict' mode compliant, and are using types from the Redwood type generator. On the web side, the types for nullable f…
-
Migrated from: apollographql/apollo-client#585
-
#### What
- Create a richer tutorial than [what we have today](https://www.nexusjs.org/#/getting-started/tutorial)
- Something that introduces concepts along the way.
- References
- h…