Akshay
02/13/2018, 2:12 PMnilan
02/13/2018, 2:21 PMprisma@1.2.0
with a bunch of improvements and cascading deletes support: https://github.com/graphcool/prisma/releases/tag/1.2.0
Let me know how you like it! 🙂Victor Bianchi
02/13/2018, 2:44 PMERROR: Cannot query field 'description' on type 'Cluster'. (line 8, column 5):
description
^
{
"data": {
"generateClusterToken": null
},
"errors": [
{
"message": "Cannot query field 'description' on type 'Cluster'. (line 8, column 5):\n description\n ^",
"locations": [],
"path": []
}
],
"status": 200
}
andre
02/13/2018, 2:47 PMGWitteveen
02/13/2018, 3:21 PMGWitteveen
02/13/2018, 3:22 PMGWitteveen
02/13/2018, 3:23 PMwesbos
02/13/2018, 3:29 PMError: Cannot use GraphQLNonNull "[CartItem]!" from another module or realm.
Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versions of "graphql" are the dependencies of other
relied on modules, use "resolutions" to ensure only one version is installed.
<https://yarnpkg.com/en/docs/selective-version-resolutions>
Duplicate "graphql" modules cannot be used at the same time since different
versions may have different capabilities and behavior. The data from one
version used in the function from another could produce confusing and
spurious results.
Does npm have something similar to this?Discere
02/13/2018, 4:04 PMDiscere
02/13/2018, 4:05 PMuser
02/13/2018, 4:08 PMhttps://prisma.slack.com/files/U7NPQCRL3/F97RY83ED/image.png▾
Discere
02/13/2018, 4:08 PMagartha
02/13/2018, 4:14 PMandykay
02/13/2018, 5:19 PMandykay
02/13/2018, 5:19 PMwesbos
02/13/2018, 5:47 PMwesbos
02/13/2018, 5:50 PMwesbos
02/13/2018, 5:51 PMwesbos
02/13/2018, 5:56 PMasync addToCart(parent, args, ctx, info) {
andykay
02/13/2018, 6:02 PMsean
02/13/2018, 6:40 PMmax
02/13/2018, 6:41 PMjakethrog
02/13/2018, 6:41 PMmax
02/13/2018, 6:41 PMsean
02/13/2018, 6:44 PMmax
02/13/2018, 6:45 PMmax
02/13/2018, 6:52 PMpeter
02/13/2018, 7:01 PMprisma
+ apollo-engine
?lawjolla
02/13/2018, 7:03 PMconnect
in a mutation other than manually asking if the node exists? I don't know if the node exists, so I'm not sure if I need to connect
or create
lawjolla
02/13/2018, 7:18 PMupsert
may be dead as a nested method. https://github.com/graphcool/prisma/issues/1280