mulyoved
10/19/2017, 10:00 AM"logs":["START RequestId: 6c5d9f94-b4b3-11e7-8ce9-71e5fa3ccc58 Version: $LATEST
Unable to import module 'src\\sendmail\\sendEmail-lambda': Error
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
END RequestId: 6c5d9f94-b4b3-11e7-8ce9-71e5fa3ccc58
REPORT RequestId: 6c5d9f94-b4b3-11e7-8ce9-71e5fa3ccc58\tDuration: 1.42 ms\tBilled Duration: 100 ms \tMemory Size: 512 MB\tMax Memory Used: 20 MB\t
"],"returnValue":{"errorMessage":"Cannot find module '/var/task/src\\sendmail\\sendEmail-lambda'","errorType":"Error","stackTrace":["Module.require (module.js:497:17)","require (internal/module.js:20:19)"]}}
any idea?samuell
10/19/2017, 11:05 AMJannis Pohlmann
10/19/2017, 11:23 AMm.b.iqbal
10/19/2017, 11:31 AMdivyendu
10/19/2017, 12:22 PMJannis Pohlmann
10/19/2017, 12:43 PMapollo-codegen
to work with Graphcool. It looks like the recently added @module
directive (and @isUnique
as well) break it:
$ apollo-codegen introspect-schema <simple Graphcool endpoint> --output schema.json
$ apollo-codegen generate types.graphql --target ts --schema schema.json
.../types.graphql: Unknown directive "model".
.../types.graphql: Unknown directive "isUnique".
.../types.graphql: Unknown directive "isUnique".
Jannis Pohlmann
10/19/2017, 12:44 PMJannis Pohlmann
10/19/2017, 12:46 PMSam Dickerman
10/19/2017, 1:29 PMdivyendu
10/19/2017, 2:09 PMmwickett
10/19/2017, 2:51 PM✖ Unable to marshall request to JSON: Unable to marshall request to JSON: Parameter 'FunctionName' must not be null
when I run graphcool deploy -t development
mwickett
10/19/2017, 2:55 PMRequest could not be satisfied
mwickett
10/19/2017, 2:55 PMsenorcodecat
10/19/2017, 2:57 PMsenorcodecat
10/19/2017, 2:57 PMnilan
10/19/2017, 2:58 PMnilan
10/19/2017, 3:11 PMSam Dickerman
10/19/2017, 3:12 PMSi Parker
10/19/2017, 3:16 PMmtvspec
10/19/2017, 3:35 PMGraphQLList
type to implement this. Example: person "Jane" have one contact, person "John" have two contacts and finally, person "Mike" have 0 contacts. In this case, Contact table stores contact person's id. The problem with person "Mike". Please help 😊Maslov
10/19/2017, 5:53 PMfilter({ user: { id_not: "qwerty123" } })
but it returns me empty array, what I do wrong?Maslov
10/19/2017, 5:53 PMamann
10/19/2017, 6:39 PMSam Dickerman
10/19/2017, 7:59 PMsamuell
10/19/2017, 8:17 PMGiancarlo
10/19/2017, 9:02 PMGiancarlo
10/19/2017, 9:05 PMGiancarlo
10/19/2017, 9:42 PMlastmjs
10/19/2017, 10:11 PMSi Parker
10/19/2017, 10:19 PM