nilan
12/19/2017, 10:24 AMOleg Galaburda
12/19/2017, 10:35 AMtype BaseType {}
MyType extend type BaeType {}
OtherType {
property:MyType!
}
EDIT: The answer is interfaces, create an interface for base type and implement it with type. Interface can be used in property definition.max
12/19/2017, 11:00 AMevent.context.auth.typeName === 'PAT'
be sufficient and secure? Posted to the forum here https://www.graph.cool/forum/t/how-to-know-whether-or-not-its-roottoken-request-inside-resolver-function/1692alexofob
12/19/2017, 11:21 AMalexofob
12/19/2017, 11:22 AMkdichev
12/19/2017, 11:39 AMkdichev
12/19/2017, 11:40 AMkdichev
12/19/2017, 11:40 AMkdichev
12/19/2017, 11:41 AMkdichev
12/19/2017, 11:44 AMkdichev
12/19/2017, 11:44 AMRazertory
12/19/2017, 12:55 PMdohomi
12/19/2017, 12:55 PMCould not create serverless function for 'myFunction'. Ensure that the code is valid
playra
12/19/2017, 1:04 PMTypeError: Cannot read property 'getRawEndpointsMap' of null
.graphqlconfig
{
"schemaPath": "/src/graphql/schema.js"
}
What's wrong?playra
12/19/2017, 1:04 PMcongy
12/19/2017, 2:01 PMmail393
12/19/2017, 2:05 PMuser
12/19/2017, 2:16 PMhttps://prisma.slack.com/files/U71QDRDTK/F8GRVJHGU/image.png▾
max
12/19/2017, 2:27 PMevent.context.auth.typeName === 'PAT'
be sufficient and secure? Posted to the forum here https://www.graph.cool/forum/t/how-to-know-whether-or-not-its-roottoken-request-inside-resolver-function/1692rein
12/19/2017, 2:43 PMrein
12/19/2017, 2:48 PMsteveb
12/19/2017, 2:58 PMstearm
12/19/2017, 3:34 PMemail-password
integration and I would like to insert users using graphcool console/playground. Is it possible? The reason is that my application is used internally from my house and no one can signup to it.saidi.med2012
12/19/2017, 3:59 PMplayra
12/19/2017, 3:59 PMplayra
12/19/2017, 4:00 PMmutation {
deleteUser (id: "cjbds2yrz27400190o2cjut92") {
id
}
}
playra
12/19/2017, 4:50 PMchrishurlburt
12/19/2017, 5:35 PMPatrick
12/19/2017, 5:54 PM<https://www.graph.cool/docs/>
the link in the docs for Custom Schema
goes to a dead link quys.. <https://github.com/graphcool/framework/tree/master/examples/gateway-custom-schema>
Patrick
12/19/2017, 5:56 PM