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

    joshjoe

    03/29/2018, 2:07 PM
    I'd like to store some data from a REST endpoint in prisma so that I can just query the prisma database with simple graphql calls. How can I use mutations to store the data from the server side, since that is where I'll run the update function to pull in the REST data
    h
    • 2
    • 11
  • u

    user

    03/29/2018, 6:37 PM
    @lawjolla commented on @johhansantana’s file

    https://prisma.slack.com/files/U66MTT41M/F9YNZ0S22/image.png▾

    : It looks like you may have multiple clusters running on the same port. I think
    prisma local nuke
    and
    prisma local start
    might help
  • a

    Aguilar

    03/30/2018, 12:30 AM
    Hello
  • a

    Aguilar

    03/30/2018, 12:31 AM
    Any idea why graphcool backend deploy takes a very long time (25 min approx)?
  • h

    harrisrobin

    03/30/2018, 2:17 AM
    How are people dealing with these scenarios:
  • h

    harrisrobin

    03/30/2018, 2:17 AM
  • h

    harrisrobin

    03/30/2018, 2:17 AM
    Production cluster that's been stuck like this for over 5 minutes now @nilan
    n
    • 2
    • 2
  • e

    eugenistoc

    03/30/2018, 3:55 AM
    Hey, what is a good pattern for DB migrations with geaphql? Can schemas be versioned and data migrated when schemas change?
  • s

    shankar

    03/30/2018, 5:50 AM
  • s

    shankar

    03/30/2018, 5:51 AM
    Hey I am getting this problem, why prisma is not installing in my pc (windows 10)
    h
    • 2
    • 3
  • s

    shankar

    03/30/2018, 5:52 AM
    thank you in advance
  • r

    rein

    03/30/2018, 1:46 PM
    is there some documentation or guide on how to connect prisma to algolia or elastic search?
  • n

    notrab

    03/30/2018, 1:52 PM
    Anyone here got any suggestions on https://www.graph.cool/forum/t/parent-children-relations-get-only-parent-query/3009 ? 🙂
  • a

    alexc

    03/30/2018, 2:11 PM
    It seems the only way of getting to the actual message of an error returned by a Mutation for a GraphCool function is something like
    error.graphQLErrors[0].functionError.response.errors[0].message
    . Is there any reason why this message isn’t returned by default instead of the more generic
    function execution error
    ?
  • w

    woss

    03/30/2018, 6:56 PM
    hi guys. why prisma (or it’s deps) is connecting to factcheck.org?
  • u

    user

    03/30/2018, 6:57 PM
    @woss commented on @woss’s file

    https://prisma.slack.com/files/U9WSNCWMS/F9Y9JJHA4/screen_shot_2018-03-30_at_20.54.35.png▾

    : steps to reproduce is to follow the tutorial https://www.prisma.io/docs/1.5/quickstart/backend/typescript/typescript-rohd6ipoo4
  • d

    Devin

    03/30/2018, 7:32 PM
    Is there a command to reset my local prisma db?
    n
    • 2
    • 1
  • s

    Sim

    03/30/2018, 7:48 PM
    hi , i am making a web app so far i have created a GraphQL server using graphql-yoga & using Prisma and deployed it on my local docker cluster - everything is working so far i can query it from playground - but for the frontend i am not using react js or any js web framework instead i am making app in haxe-openfl HTML5 target which will be an interactive app or website you can say ; but i am stuck how do i query from that. usually in REST scenarios i can make a request call to endpoints directly using http methods POST GET etc , but in the case of GraphQL i am stuck where to start how do i query my GraphQL server from the front end i make in haxe. thanks
    n
    c
    • 3
    • 6
  • p

    picosam

    03/30/2018, 8:44 PM
    Hello! Does anyone know of a product that automatically builds a content editor from a GraphQL schema? Some sort of a no-front-end-admin-only-cms for GraphQL!
    n
    • 2
    • 1
  • b

    Braden

    03/30/2018, 9:14 PM
    question: I'm migrating my graphcool project to a local prisma cluster covered by a graphql-yoga api. I was under the impression with prisma bindings that I would need to create resolver functions that call forwardTo to forward requests to prisma, but I"m noticing now that with a prisma schema and an API schema that are identical, some stuff is forwarded automatically, or at least seems like it. Why don't I need to use forwardTo like in the examples? For example, both the schemas have a User object with an Articles property. I can query both the API and Prisma with queries like "user { articles { id }} " and get results, but i don't understand how the API is getting results without a resolver function.
    n
    • 2
    • 1
  • i

    idee

    03/30/2018, 10:14 PM
    When I deploy a Prisma service, it does not show on my dashboard in https://app.prisma.sh
    n
    • 2
    • 2
  • m

    Michael Jones

    03/31/2018, 12:54 AM
    Anyone have any idea on why the Graphql Yoga server would not be actually calling the Prisma endpoint?
    j
    • 2
    • 8
  • c

    ckelley

    03/31/2018, 5:04 AM
    Hey, anyone who's tried Prisma/Prisma cloud, have you had issues with database connections? I'm running an Aurora db instance on AWS RDS and Prisma is maxing out its active connections (40+ with no traffic)...but I can't see logs to track this down. Any ideas?
    n
    • 2
    • 1
  • s

    shankar

    03/31/2018, 5:58 AM
  • s

    shankar

    03/31/2018, 5:58 AM
  • s

    shankar

    03/31/2018, 5:59 AM
    Hey I have this issue while prisma setup thanks in advance
  • j

    joelseq

    03/31/2018, 6:36 AM
    @shankar you need to make it an arrow function
  • j

    joelseq

    03/31/2018, 6:37 AM
    before the opening { on line 1 add
    =>
  • j

    joelseq

    03/31/2018, 6:37 AM
    does anyone have any experience with deploying graphql-yoga as a lambda function?
    t
    n
    • 3
    • 3
  • s

    shankar

    03/31/2018, 10:24 AM
1...625626627...637Latest