-
Hi!
Using quarkus I've tried to create resource using code like this:
```kotlin
@GraphQLApi
@RequestScoped
class SomethingResource(
private val somethingService: SomethingService,
) {
…
-
### Environment information
```plain text
npm list @aws-amplify/data-construct @aws-amplify/graphql-schema-generator
System:
OS: macOS 15.0.1
CPU: (8) x64 Intel(R) Core(TM) i5-8257U CPU @ 1…
-
A new project with ent and gqlgen doesn't create the additional file to ent.graphql.
I have made this project public, temporarily
https://code.icod.de/dalu/ka/src/commit/9f116854173685e7edc89175…
idc77 updated
1 month ago
-
prisma version: 5.21.1
prisma-nestjs-graphql version: 20.0.3
The Prisma Schema defines a BigInt type, but the generated model and input classes have Field types that are String.
This is the P…
imoyh updated
2 weeks ago
-
### Summary
We recently had out entire graphQL failover on an instance in Heartcore and it was due to using the reserved word "element" as an element type. Can you implement a non-allow or warning ba…
-
### What happened?
**Background:**
To make management of configuration files and schemas simpler, and unit testable we want to utilize the [multiple data sources](https://github.com/Azure/data-api-b…
-
### Is your proposal related to a problem?
The [NPM graphql library](https://www.npmjs.com/package/graphql) provides a function for getting an IntrospectionQuery, with [configurable support](https:…
-
### Reason/Context
As of today, we used `java-json-tools/json-schema-validator` for all the things related to JSON schema validation in OpenAPI, AsyncAPI and GraphQL schema tests. However, this libra…
-
The `MaskErrors` schema extension does not seem to mask errors for subscriptions. I am running on the latest version of `strawberry`. Example included below:
```python
from typing import AsyncIterato…
-
Cloned template. Ran `npm install`.
Console error:
```
> nextjs-starter-kit@0.1.0 prepare
> npx simple-git-hooks && npm run generate-schema
[INFO] Successfully set the pre-commit with comma…