-
## Description
Add filtering requests by GraphQL Query Name. The table of network requests has a column for GraphQL query name, so it makes sense to be able to filter on it.
## Why this feat…
-
**Describe the bug**
The `OR` operation of the graphQL query seems to be generating cypher queries that take too long to process
e.g. I have a simple graph where I have child or parent relationshi…
-
Implicitly nullable parameter types are now deprecated.
Examples:
Deprecated: Softonic\GraphQL\Client::query(): Implicitly marking parameter $variables as nullable is deprecated, the explicit nu…
-
### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
**Describe the bug**
When I get the media data, there is an error in the media_info_gql
public_request 401: https://www.…
-
Running `npm run dev` gives this output:
```console
✔ Load GraphQL schemas
✔ Load GraphQL documents
✖ GraphQL Document Validation failed with 9 errors;
Error 0: Unknown type "Gov…
-
Add the following to `backend` Admin GraphQL API:
```
type Query {
tenant(id: string!): Tenant
tenants: TenantsConnection! // pagination query for tenants
}
type Mutation {
createTena…
njlie updated
21 hours ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
There is a lack of functionality for automatically generating query and mutation templates for selecte…
-
### Versions:
- graphql-laravel Version: 9.5.0
- Laravel Version: 11
- PHP Version: 8.2.0
### Description:
Encountering an issue where the Duration type is not found. This occurs despite corr…
-
I try to do it in following way:
```go
clt := mgql.NewClient("http://0.0.0.0:7071/graphql", mgql.UseMultipartForm())
query := `
mutation ($files: [Upload!]!) {
addLpFiles( input: {…
-
Currently we interact with GraphQL endpoints supplied by the node via wrapped operations provided by `graphql-codegen`, these are then exposed to SDK consumers via wrapped provider functions (`Provide…