https://www.prisma.io/ logo
Join Slack
Powered by
# prisma-whats-new
  • r

    riggs

    01/26/2018, 6:12 AM
    https://blog.graph.cool/introducing-prisma-1ff423fd629e
  • r

    riggs

    01/26/2018, 6:12 AM
    (I just google’d it myself)
  • b

    buoyantair

    01/26/2018, 6:15 AM
    yeah but what is the difference
  • b

    buoyantair

    01/26/2018, 6:15 AM
    o.o
  • r

    riggs

    01/26/2018, 6:18 AM
    >>> it enables a straightforward implementation of your resolvers by simply delegating the execution of incoming queries to the underlying Prisma API. These are then resolved efficiently by Prisma’s query engine.
  • r

    riggs

    01/26/2018, 6:18 AM
    It appears to build the graphQL <-> SQL layer
  • b

    buoyantair

    01/26/2018, 6:21 AM
    oh
  • b

    buoyantair

    01/26/2018, 6:21 AM
    so no support for nosql? :#
  • m

    mohawk2

    01/26/2018, 6:24 AM
    @buoyantair https://github.com/graphcool/prisma#supported-databases
    👍 1
  • c

    Christian

    01/26/2018, 8:14 AM
    when setting read permissions on the graphcool schema and using e.g. allPosts-Query, it gives an error if at least one Post does not allow reading for the current user... is there any way to get all Post which DO allow it, not showing the blocked ones?
  • m

    max

    01/26/2018, 8:46 AM
    new article on the blog for those interested: https://blog.graph.cool/deploying-graphql-servers-with-zeit-now-85f4757b79a7
    fast parrot 1
    👍 2
    👏 1
  • b

    buoyantair

    01/26/2018, 9:49 AM
    Guys, Apollo server and Graphcool ( and Prisma) are different implementations for graphql server right?
    m
    • 2
    • 5
  • b

    buoyantair

    01/26/2018, 9:49 AM
    and Apollo Client is entirely different huh?
  • b

    buoyantair

    01/26/2018, 10:11 AM
    Okay, what about a client? Apollo has a client right, so in with graphcool, you just send POST requests to it or?
    m
    • 2
    • 4
  • p

    pt789

    01/26/2018, 10:28 AM
    Hello guys! I started playin with graphql and prisma, and I have some problems. Followed this tuttorial https://www.prismagraphql.com/docs/tutorials/prisma-basics/getting-started-ouzia3ahqu and the problem is when I execute a mutatition 'signup', I'm getting an error '[Network error]: Error: Server response was missing for query 'null'.' Clicking on database schema in playground shows that schema is not available. I checked process.env variables, and they are working fine, Idk whats the problem
    n
    • 2
    • 9
  • m

    Max Hodges

    01/26/2018, 10:40 AM
    Attention Everyone! Can I get your opinion of working with Graphcool aka Graphcool v1.0 aka ,Prism ?! 😉 How long have you been working with it? What’s good, what’s bad? would you recommend it (with what caveats)? I’m thinking to rebuild my app in graphcool, but it seems things have changed a lot recently. I wonder if it’s perhaps not stable enough for development of a serious, medium-size production application. Would appreciate any wisdom fo the crowd you can collectively provide!
    d
    a
    n
    • 4
    • 31
  • m

    miho

    01/26/2018, 11:35 AM
    Global ✖️ Could not create serverless function for 'myBestFunction'. Ensure that the code is valid
  • m

    miho

    01/26/2018, 11:35 AM
    new errors ?
  • y

    yuri

    01/26/2018, 11:36 AM
    Hey, after I developed app using db on local, how can I deploy db to the prisma server?
    prisma init
    just creates new files and deploys it then. How can I avoid this and deploy from existing project?
  • m

    Marco

    01/26/2018, 12:29 PM
    So, now we end up with two servers, the DB and the APP server. Can I access both of them using the same apollo client?
  • m

    Mathias

    01/26/2018, 12:55 PM
    Hello guys, I'm trying to import data to graphcool using the cli, but no data is being imported whilst the command does not give any errors. My zip has the same structure as in the docs and so does my data, does anybody know what I'm doing wrong?
    n
    • 2
    • 1
  • m

    miho

    01/26/2018, 1:26 PM
    some troubles with
    unzip
    npm pkg .. easy for use
    unzip2
    in
    import/export
    features.. for support linux users
  • e

    Emi

    01/26/2018, 1:42 PM
    How to handle errors with Prisma and Apollo? I'm receiving
    Network error: Response not successful: Received status code 400
    and can't figure out how to get the error from the response.
    n
    • 2
    • 3
  • w

    wesbos

    01/26/2018, 2:45 PM
    @nilan @kitze or anyone else- trying the prisma basic example and getting these errors: https://github.com/graphql-boilerplates/node-graphql-server/issues/170
    n
    • 2
    • 2
  • m

    Marco

    01/26/2018, 2:49 PM
    In case one just wants to expose the DB API do we really need to copy paste the full DB schema to the APP schema, and then also fill in all resolvers in index.js?
  • a

    agartha

    01/26/2018, 2:50 PM
    @Marco You don't have to copy-paste, you can use
    # import Query.* from 'prisma.graphql'
  • a

    agartha

    01/26/2018, 2:51 PM
    And in the resolvers, you can use
    forwardTo('db')
    for 1-on-1 forwarding of queries and mutations
  • m

    Marco

    01/26/2018, 2:51 PM
    agartha, thanks! I tried "# import * from 'prisma.graphql'" but was not working
    a
    • 2
    • 19
  • j

    johhansantana

    01/26/2018, 3:04 PM
    has anyone had any luck deploying prisma to digitalocean?
    r
    v
    • 3
    • 7
  • p

    pt789

    01/26/2018, 3:07 PM
    whats the difference in bootstraping project with prisma cli and graphql cli?
    a
    • 2
    • 3
1...545546547...637Latest