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

    drizzie

    04/03/2018, 10:07 PM
    Is there a way to run
    prismagraphql/prisma
    without using docker?
  • b

    bazaglia

    04/03/2018, 10:15 PM
    hey guys. regarding prisma adapter to mongodb (https://github.com/graphcool/prisma/issues/1643), any updates?
    n
    • 2
    • 1
  • m

    matthew_epler

    04/03/2018, 10:17 PM
    what’s the proper workflow for changing PRISMA_SECRET and APP_SECRET? I created my service using
    prisma init
    and the first thing I did was change those values in the
    .env
    file and redeployed. Then I get a token error.
    l
    n
    • 3
    • 8
  • l

    lawjolla

    04/03/2018, 10:38 PM
    I'm getting into subscriptions. Is the Prisma subscription example repo the best place to start?
  • h

    hardipsahota

    04/03/2018, 11:54 PM
    Hi, I'm using the demo link posted on the Github page but trying to direct the call to a localhost instance running on my computer instead of the demo. About two weeks ago, this implementation was working where I could replace the demo link
    <https://api.graph.cool/simple/v1/swapi>
    with
    <http://localhost:3001/graphql>
    and the requests would be made to localhost. Now when I try to perform this action, the query always hits
    <https://api.graph.cool/simple/v1/swapi>
    , regardless of the url I provide.
    n
    • 2
    • 4
  • h

    hardipsahota

    04/03/2018, 11:54 PM
    Is this a known bug?
  • m

    Michael Jones

    04/04/2018, 12:02 AM
    When using a simple graphql library like
    graphql-request
    is there any point in sending the query as a Graphql AST with
    graphql-tag
    ? As in is there an efficiency benefit to it?
  • s

    Shoma

    04/04/2018, 6:15 AM
    Hi! i have a problem( i wanna get files url from table files. IT return 'ok' and undefined in to array. working with apollo
    code.js
  • l

    Luca Gabi

    04/04/2018, 6:43 AM
    Hi, it's my first time here, I have a question can prisma be hosted on private server?
    h
    • 2
    • 2
  • h

    huv1k

    04/04/2018, 7:47 AM
    Hey, does somebody have running
    graphql-yoga
    with
    sentry
    ? I was trying to log prisma erros, but no luck. I have no problem logging server errors etc any tips?
  • v

    vistriter

    04/04/2018, 7:51 AM
    Hello, How to use set of query ? Url ?
  • v

    vistriter

    04/04/2018, 7:51 AM
  • v

    vistriter

    04/04/2018, 7:51 AM
  • v

    vistriter

    04/04/2018, 7:52 AM
    I want to use queries/queries.graphql
  • n

    nikolasburk

    04/04/2018, 8:09 AM
    Hey everyone 👋 We’ve recently updated the Node.js tutorial on How to GraphQL: https://www.howtographql.com/graphql-js/0-introduction/ I would love to get your feedback on it. Especially if you’re new to GraphQL (and/or Prisma) and are going through the tutorial, it would be super helpful if you could reach out to me and tell me if you had any sorts of issues with the tutorial. Maybe something wasn’t quite clear or confused you - in that case, please let me know! 🙌 Feel free to send me a direct message here on Slack ✉️
    💯 1
    🦜 2
    👍 7
    s
    s
    m
    • 4
    • 12
  • n

    ngeru

    04/04/2018, 10:36 AM
    I want to make a chat app almost like WhatsApp with Group Chats (with the admin functionality) and Individual Chats using React Native and Graphcool...Help Please or someone tell me of a good tutorial?
  • s

    Soniiqaah

    04/04/2018, 11:55 AM
    Hi everyone, I get this error when I deployed my project on Heroku. Module build failed: ReferenceError: Unknown plugin “react-relay” specified in “/app/package.json” at 0, attempted to resolve relative to "/app" at Array.map () Does anyone know what to do?
  • r

    ratkinson

    04/04/2018, 12:49 PM
    @ngeru this could be useful if you swap out the backend for graphcool: https://medium.com/react-native-training/building-chatty-a-whatsapp-clone-with-react-native-and-apollo-part-1-setup-68a02f7e11
  • u

    user

    04/04/2018, 2:09 PM
    @hamatek commented on @hamatek’s file

    https://prisma.slack.com/files/U9J9HSR97/F9ZBH8LG0/functions___graphcool_console.png▾

    : anyone ?
  • h

    hamatek

    04/04/2018, 2:09 PM
  • a

    Alex

    04/04/2018, 2:20 PM
    Hey guys, quick question: Can you use 'require' in serverless functions within the cloud console ? Because I can't make the Welcome Email exemple work 😕
    • 1
    • 1
  • j

    Jordan

    04/04/2018, 2:22 PM
    can someone explain what prisma is? is it basically a thing that creates a graphQL api for you?
    n
    a
    n
    • 4
    • 3
  • g

    geirman

    04/04/2018, 7:10 PM
    I’m having trouble figuring out how to deploy my
    graphql-yoga
    based server. It exposes my existing MySQL data layer and works great on localhost. I’ve see the Graphcool blog posts showing how to deploy using
    apex/up
    and
    zeit/now
    but they start with a greenfield example, and I’m not sure how to apply those lessons to my use case. My complication is that I need to whitelist the IP address so that the graphql layer has access to the MySQL database (through a firewall)
  • g

    geirman

    04/04/2018, 7:13 PM
    Also, I’ve deployed it on heroku, but the IP address changes frequently, preventing me from whitelisting it. There’s solutions to that (
    fixie socks
    ) but that costs $20/mo, but I had trouble getting that working even.
  • h

    harmony

    04/04/2018, 7:24 PM
    does it need direct access to the db?
  • g

    geirman

    04/04/2018, 7:37 PM
    as oppose to what? It’s running an express server to make the db queries, so I think the answer is yes, but I’m not sure what the alternative would be.
  • g

    geirman

    04/04/2018, 7:38 PM
    @harmony ^^
  • h

    harmony

    04/04/2018, 7:39 PM
    prisma
  • g

    geirman

    04/04/2018, 7:41 PM
    yeah, thanks, but that’s not really helpful. I’ve been looking at prisma, and I totally see how to create and deploy a new server using prisma, but not my existing server
  • h

    huv1k

    04/04/2018, 7:41 PM
    Stick to threads pls 🙂
1...628629630...637Latest