Tirumarai Selvan

Results 30 issues of Tirumarai Selvan

Suppose you have an external graphql service which has authentication. Most likely it has a bearer token based authentication which is given in the `Authorization` header. If we want to...

k/enhancement
c/server
p/high
e/easy
c/remote-schemas

If CDN is unavailable for whatever reason (say no internet), then the console can load from Docker with proper warnings. This is a better experience then having to set an...

k/enhancement
c/console
t/product-platform

Sometimes for seeding data or general dev functionalities, we may not want the event trigger to be invoked. Currently, the only way to stop events from creating/delivering is by dropping...

c/server
a/eventing
a/eventing/data-triggers

Boilerplate for NodeJS on Google Cloud Functions

help wanted

Boilerplate for Python on Google Cloud Functions

help wanted

### Is your proposal related to a problem? If there is a query with a remote relationships like below: ``` query { artists { name info remote_tracks { id title...

k/enhancement
t/gql-services

Currently, we use `objects` for outer table and `data` for inner table: ``` mutation insert_article { insert_article( objects: [ { id: 21, title: "Article 1", content: "Sample article content", author:...

c/server
c/v3-engine
c/v3-ndc-postgres
a/mutation
v3