-
是关于 ```egg + egg-graphql + egg-mongoose + graphql-compose + graphql-compose-mongoose```的
### 开始
我通过```egg-mongoose```创建了```model```,考虑到不想维护两套```schema```,所以采用```graphql-compose-mongoose```,将```mongo…
-
We load some records to place into the graphql context before running a query. I'd like to warm the graphql batch loader caches with these records. At the moment I'm doing something like this (with a …
-
### Describe the feature you'd like to request
Steps to reproduce
- Create simple react application
- amplify init
- Add auth and api category with below schema
- amplify push
Appsync Sche…
-
```py
from pulumi_nuage.apps import Strawberry
api = Strawberry(
schema_path="../../schema.schema", # path to the schema module & instance, relative to Pulumi's __main__
pyproject_path="…
-
Querying acf blocks or lazy blocks returns error. wp-graphql-gutenberg v0.3.11, wp-graphql 1.6.5,
```
{
"errors": [
{
"debugMessage": "get_object_vars(): Argument #1 ($object) must b…
-
**Describe the bug**
When generating the code, the endpoint is not inside double quotes, it gives an error as it's not recognized as a string
![image](https://user-images.githubusercontent.co…
-
### Component
API Server / GraphQL
### Describe the Feature Request
We should have an attribute type in the schema that allows for the selection of zero or more entries from a predefined list of op…
-
NASA has created a GraphQL interface for accessing CMR: https://github.com/nasa/cmr-graphql
Some of the advantages of this way to query are supposed to be 1) performance and 2) the ability to sear…
-
With Django and Graphene users can do the following to exempt the graphql endpoint from CSRF authentication.
```
urlpatterns = [
path("admin/", admin.site.urls),
path("graphql", csrf_exemp…
-
## Actual Behavior
Updating the schema SDL file won't trigger language server reload. As the
result, auto-completion kind of function doesn't work for the documents kind
of graphql file. After ma…