folks, i am working on a python django website. I ...
# prisma-whats-new
p
folks, i am working on a python django website. I want to use graphql on server end. is it possible with graphcool or should I use graphene. what are the pros of graphcool over graphene
l
You're asking the wrong question. Graphene is a Python implementation of the GraphQL spec. Graphcool 1.0 is a database abstraction to aid in architecting a GraphQL server. Currently, Graphcool 1.0 only has a Node binding package, but as it develops, I'm sure there will be other language binding packages. In short, today you cannot use Graphcool with Graphene, but I bet someone will develop a binding package soon.