Florin
01/22/2018, 10:38 PMAdam
01/22/2018, 11:33 PM{
users(where: {
email_contains: "adam"
}) {
id
email
}
}
I get this:
{
"errors": [
{
"message": "Unknown argument \"where\" on field \"users\" of type \"Query\".",
"locations": [
{
"line": 2,
"column": 9
}
]
}
]
}
my query resolver is this:
async function users(parent, args, ctx, info) {
const requestingUserId = getUserId(ctx)
return await ctx.db.query.users(args, info)
}
please help me to get it workagartha
01/22/2018, 11:58 PMMcArthur
01/23/2018, 12:07 AMCodeStorageExceededException
is back today 😞matty
01/23/2018, 12:44 AMmatty
01/23/2018, 1:32 AMsoftware.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded. (Service: null; Status Code: 400; Error Code: CodeStorageExceededException; Request ID: e1f1976a-ffd6-11e7-a002-5d06f225e7b1)
phil
01/23/2018, 1:40 AMDateTime
graphql type come from in Prisma?Francesco Maria Falini
01/23/2018, 1:40 AMFrancesco Maria Falini
01/23/2018, 1:42 AMshane
01/23/2018, 5:32 AMmatar15
01/23/2018, 6:18 AMprisma
and graphcool
?wojtek
01/23/2018, 8:57 AMlewisblackwood
01/23/2018, 9:59 AMKat
01/23/2018, 10:01 AMMoritz
01/23/2018, 10:24 AMmax
01/23/2018, 10:30 AMmax
01/23/2018, 10:36 AMMoritz
01/23/2018, 10:38 AMJoe Fazzino
01/23/2018, 10:53 AMNikhil
01/23/2018, 10:53 AMdohomi
01/23/2018, 11:00 AMNo 'Access-Control-Allow-Origin' header is present on the requested resource
errors on all my requestsNick Luger
01/23/2018, 11:02 AMMoritz
01/23/2018, 11:09 AMmatty
01/23/2018, 11:52 AMmatty
01/23/2018, 11:53 AMrick
01/23/2018, 12:23 PMdisableAuth: true
or not? Or how should that work now?matty
01/23/2018, 12:57 PMmatty
01/23/2018, 12:57 PMmatty
01/23/2018, 12:58 PMmatty
01/23/2018, 1:00 PM<TITLE>ERROR: The request could not be satisfied</TITLE>
</HEAD><BODY>
<H1>ERROR</H1>
<H2>The request could not be satisfied.</H2>
<HR noshade size="1px">
CloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection.
<BR clear="all">
<HR noshade size="1px">
<PRE>
Generated by cloudfront (CloudFront)