-
Heyho,
it seems like there is currently no way to specify schema files by their filename. Instead it is only possible to configure directories.
From GraphqlProperties.java:
```
private String[…
-
## Bug Report
Before I use serverless-esbuild to config loader for .graphql files but with serverless v4 it doesn't work.
**Current Behavior**
```
Offline [http for lambda] listening on http…
-
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: {…
-
**Description:**
Currently, the `tailcall init` command is not optimized for reinitializing a Tailcall project after updating the Tailcall version. This process can be made more seamless with the…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Environment
- OS and Version: Sonoma 14.4.1
- VS Code Version: 1.95.1
- C/C++ Extension Version: 1.22.11
- ~If using SSH remote, specify OS of remote machine:~
### Bug Summary and Steps to Repr…
-
### How did you install the Amplify CLI?
npm
### If applicable, what version of Node.js are you using?
22.8
### Amplify CLI Version
12.11.1
### What operating system are you using?
Mac
### Did…
-
### Where are you having the issue
- [ ] GraphQL
- [X] JSON API
### Is the issue affecting one of the two elements below ?
- [ ] Translations
- [ ] Definitions Files (Open API, GraphQL Schema, etc)…
-
**Describe the bug**
Generated resolvers for module where the type originates require non-nullable extended fields to be defined there -- even though there's no mention of those fields in the origina…
-
using https://github.com/Swydo/meteor-graphql you can load .graphql files in meteor applications.
this returns directly something that can be used in makeExecutableSchema.
unfortunatly, it does …