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

    Max Hodges

    03/01/2018, 6:15 AM
    graphcool needs something like this https://university.mongodb.com/courses/catalog
  • m

    Max Hodges

    03/01/2018, 6:17 AM
    the data model docs don’t really teach much about data modeling. By comparison Mongodb has lots of articles on the tradeoffs between various ways of modeling one-to-many relationships for example.
    👍 1
    h
    • 2
    • 2
  • l

    lawrence

    03/01/2018, 1:18 PM
    is there any way to see a changelog for all the releases? I’m wondering if the cascading deletes feature is stable yet
    n
    • 2
    • 4
  • p

    pratikt

    03/01/2018, 2:09 PM
    I'm new with graphql stuff.. anyone please suggest me about organising graphql queries in react application .. im using react+mobx
  • n

    nickfday

    03/01/2018, 2:36 PM
    @pratikt also looking at this at the moment. react-apollo seems the most popular method
  • n

    nickfday

    03/01/2018, 2:36 PM
    nice example here: https://codesandbox.io/s/71ro40qk16
  • n

    nickfday

    03/01/2018, 2:38 PM
    https://www.howtographql.com/react-apollo/1-getting-started/
    👀 2
  • h

    huv1k

    03/01/2018, 2:42 PM
    did somebody tried to post Buffer of data to graphcool file endpoin
    '<https://api.graph.cool/file/v1/ID>
    , i get 500 error no idea what could be wrong any tips? 😄
  • e

    ericsonluciano

    03/01/2018, 2:49 PM
    anyone here why i got this error
    Copy code
    `server/src/generated/prisma.graphql:1
    (function (exports, require, module, __filename, __dirname) { # THIS FILE HAS BEEN AUTO-GENERATED BY "PRISMA DEPLOY"
  • s

    squeirozmello

    03/01/2018, 3:18 PM
    Hi guys, my clients app is using Graphcool service, but apparently your service is down and our app is stopped for the last 15h
    n
    s
    • 3
    • 6
  • s

    squeirozmello

    03/01/2018, 3:20 PM
    @Simon from Rebels Technologies check the answer to my comment
  • g

    gregor

    03/01/2018, 3:32 PM
    Okay trying to reach someone here now. I tried using the Intercom chat in the Console, tried Twitter, you told me to try your forum but it’s unreachable for me (
    ERR_TOO_MANY_REDIRECTS
    ). I’m not trying to senselessly rant here, but Graphcool has been incredibly buggy for us in the last weeks/months and I was wondering if anyone is experiencing the same?! — the data import from CLI is broken for a month now (https://github.com/graphcool/graphcool-framework/issues/451) — the logs for inline functions in the Console don’t work, they show “last invoked 2h ago” in the overview and inside the logs it says “2 days ago” — our sync to Algolia just stopped working without having touched it for now reason Maybe we’re doing something incredibly wrong here, but I actually really love the idea and approach of your service and I’d love to keep using it! Right now it just seems almost impossible to rely on it.
    n
    • 2
    • 1
  • e

    ed

    03/01/2018, 3:35 PM
    Morning, is there any way to extend the resolvers generated by graphcool? or is there any event listeners for the API? I have to send a verification code when a new item is created in db, and I wanted to know if graphcool offers something like that? thanks in advance
    n
    • 2
    • 2
  • k

    KATT

    03/01/2018, 4:36 PM
    Anyone setup local prisma cluster working with CI? this is how far i’ve gotten: https://circleci.com/gh/KATT/react-prisma-graphql-shopping-cart/29 (times out) config: https://github.com/KATT/react-prisma-graphql-shopping-cart/blob/master/.circleci/config.yml#L46-L50
    n
    • 2
    • 8
  • r

    ragzor

    03/01/2018, 4:58 PM
    Hey guys can you use a connect inside "updateMany" batch mutations?
  • n

    nikolasburk

    03/01/2018, 5:01 PM
    Hey GraphQL fans 🙌 Dennis Walsh (@lawjolla) has just published a guest post on our blog. Check it out if you want to learn about an elegant and declarative approach to implement permission rules in your GraphQL server using directives inside the schema definition! 😮 https://blog.graph.cool/graphql-directive-permissions-authorization-made-easy-54c076b5368e
    🔒 4
    prisma 5
    fast parrot 4
    💯 4
    parrotwave6 2
    🇧🇷 2
    🔑 2
    🦜 7
    😏 2
    l
    m
    e
    • 4
    • 4
  • m

    Moritz

    03/01/2018, 5:06 PM
    Hi guys, is prisma with a yoga server relay compliant by default? Or do I need to manually fulfill the specifications described in https://facebook.github.io/relay/docs/en/graphql-server-specification.html in my server schema? Is there Apollo or Relay the better choice to work with Prisma?
    n
    • 2
    • 1
  • l

    lewisblackwood

    03/01/2018, 5:09 PM
    Seeing lots of 504s on the shared service, is there anything that can be done to improve this?
    👍 2
    s
    s
    n
    • 4
    • 6
  • m

    manticarodrigo

    03/01/2018, 5:41 PM
    Hey everybody. I’m new to Graphcool and am excited to build my platform with GraphQL. I have a burning question I thought I would throw out here. Is it a good idea to start off with Graphcool and then migrate to a full-fledged prisma GraphQL server? Or are they different enough that I should start with prisma from the start?
    n
    r
    +2
    • 5
    • 5
  • i

    iamclaytonray

    03/01/2018, 7:09 PM
    Hola - Has anyone faced an issue with Prisma caching
    datamodel.graphql
    when trying to deploy new changes?
  • b

    beedesignllc

    03/01/2018, 7:34 PM
    Hey y'all, I just started having a problem with the graphcool cloud console. When I tried to view the data for one of my models, it fails with this error. The other models are fine. I noticed this problem right after adding an
    image
    field which contains image urls.
    n
    b
    • 3
    • 7
  • b

    beedesignllc

    03/01/2018, 7:35 PM
  • w

    wesbos

    03/01/2018, 9:27 PM
    how does hasNextPage and hasPreviousPage work? hasPreviousPage is always false for me when I use first http://wes.io/prIQ
  • w

    wesbos

    03/01/2018, 9:28 PM
    opposite is true if i use last
    n
    • 2
    • 15
  • a

    Adam Engebretson

    03/01/2018, 10:07 PM
    I'm looking for instructions on how to deploy a production Prisma server. All I can find is
    prisma local start
    .
  • a

    Adam Engebretson

    03/01/2018, 10:07 PM
    Is there a docker-compose.yml file out there somewhere I can look at?
    l
    n
    h
    • 4
    • 13
  • w

    windkomo

    03/01/2018, 10:09 PM
    Hello, I’m migrating a legacy console project to prisma, do I have to manually recreate all the queries and mutations?
    l
    • 2
    • 8
  • a

    Adam Engebretson

    03/01/2018, 10:31 PM
    Is there a way to modify the way Prisma database generates IDs?
    n
    • 2
    • 2
  • m

    martin

    03/01/2018, 10:36 PM
    have anyone here used prisma?
    n
    h
    • 3
    • 3
  • d

    David

    03/01/2018, 11:50 PM
    if I want to sum a field between two dates do I have to use a custom function?
    n
    • 2
    • 1
1...592593594...637Latest