-
Hello,
I use the graphl-java-generator with maven to generate the source code for client and the server.
I use the following versions
`com.graphql-java-generator.graphql-java-runtime 1.12.2`
…
-
**Is your feature request related to a problem? Please describe.**
I want to run a graphql api from a Chrome Extension background page.
Motivation: Connecting from an external webpage to a Chrom…
-
Hi all,
im using a quarkus smallrye-graphql project and was wondering whats the best approach to parse header from the HTTPRequest (Post) incoming via the `@GraphQLEndpoint and @Query `annotations r…
-
The 2.1.0.RELEASE is available Oct 30, and 2.1.2.RELEASE since Jan 12. Therefore, it would be nice if graphql-spring-boot would support Spring Boot's 2.1 releases.
-
Is it currently possible to implement a Relay-compatible schema like this one:?
```graphql
interface Node {
id: ID!
}
type Deity implements Node {
id: ID!
name: String!
birthPlace:…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
> Most of these use `plugin_config` which is unaffected. It looks like the only code I need to worry about is this trick in `datasette-graphl`: https://github.com/simonw/datasette-graphql/blob/483c9a9…
-
Hi,
I have query
```
rent {
car {
id, vin
equipments {
name
}
}
}
```
RentType.php
```
class RentType extends ObjectType {
public function getCon…
-
**Describe the bug**
When trying to mock the Graph API locally, when using the prebuilt videoObject `token: String @function(name: "ccdvod-{env}-tokenGen")` is used. resulting in an error while mocki…
-
## Description
An ACF file field 'fichier' has a inconsistent behavior, the field is sometimes null, but no way to predict when or which one (see screenshots). Maybe the field doesn't get the data …