python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Authorization error when updating a GraphQL object using aws-amplify
I'm experiencing issues when using aws amplify to generate a graphql API
My model has mainly two objects (User and messages):
User object:
type User
@model(subscriptions: null)
@auth(rules: [{ all...
Bertrand
Votes: 0
Answers: 1
Graphql-js Custom Directive execute in Pipeline
i try to get my head around about custom directives. I use the graphql from neo4j. But I think it is a general question. I need to do the following:
Query neo4j and construct a string, that serves as...
Manuel Baun
Votes: 0
Answers: 0
Overcome repetition in graphql
Suppose my graphql API allows me to manage ModelA, ModelB, ModelC.
Those models have very simple typeDefs:
type ModelA {
id: ID!
tags: [SomeComplexTagType!]
}
type ModelB {
id: ID!
tags: [Som...
Page not found
Votes: 0
Answers: 1
How to set a default value in GRAPHQL
I wanna set a default value in the role property but I don´t know how to do it.
The idea is that the role property is "BASIC" by default for all users.
I´m using express.
Sorry for my englis...
Pr0g4mmer
Votes: 0
Answers: 2