-
# Current State
GraphQL schema updates should be as self-service as possible to reduce bottlenecks for change. In addition to adding new schema, _schema must be replaced/removed over time_.
The …
-
**Describe the bug**
Schema:
```graphql
schema {
query: Query
}
type Query {
loadFoo: Foo!
}
type Foo {
name: String!
}
"The `@defer` directive may be provided for fragment…
-
Currently, there is no unit test for `combinationSlots` and we should make one.
## Make `CombinationSlotsTest.cs` with first unit test
- path: `Mimir.Tests/QueryTests/CombinationSlotsTest.cs`
…
-
## Scope & Context
Relation between customs and standards objects has been added recently #2398
## Current behavior
We can't make a query filtering on nested relations
## Expected behavio…
-
There seems to be a validation issue with the `blocksJSON` field and WordPress 6.5.
This is what I'm seeing
```
[
{
"message": "Internal server error",
"locations": [
{
…
colis updated
1 month ago
-
Currently, there is no unit test for `agent` and we should make one.
## Make `AgentTest.cs` with first unit test
- path: `Mimir.Tests/QueryTests/AgentTest.cs`
```cs
public class AgentTest
{…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Using the latest of GraphiQL from CDN, having multiple queries works on initial page load. Re…
-
Is this possible? I can't seem to figure it out
Input:
```
# test.graphql
type Foo {
required: String!
optional: String
}
```
```
quicktype --src test.graphql --src-lang graphql --lang…
-
Test Sample Issue
-
### Is your feature request related to a problem? Please describe.
Currently I am working on a project where we've adhered to [fragment co-location](https://dev.to/ricardoromox/colocated-fragments-…