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

    aeblin

    02/16/2018, 9:57 PM
    Apollo’s specs seem to either refer to those sorts of files as connectors or fetchers? https://www.apollographql.com/docs/graphql-tools/connectors.html
  • r

    Ramsay Lanier

    02/16/2018, 10:03 PM
    Wondering if anybody is see thing issue related to subscriptions: https://github.com/graphcool/prisma/issues/1763#issuecomment-366371186
  • n

    noahdavis

    02/17/2018, 12:01 AM
    Does anyone here know ETA for Postgres support?
    👍 1
  • m

    maarteNNNN

    02/17/2018, 12:02 AM
    I cloned my prisma to my desktop and now I'm getting
    secretOrPrivateKey must have a value
    with a mutation, what's wring?
  • m

    maarteNNNN

    02/17/2018, 12:03 AM
    I did everything on my laptop and it worked great
  • m

    maarteNNNN

    02/17/2018, 12:07 AM
    https://github.com/graphcool/prisma/issues/1549 I have followed this issue but still no success
  • m

    maarteNNNN

    02/17/2018, 12:20 AM
    the .env file wasn't in my repo and I had the wrong secret
  • a

    atito

    02/17/2018, 6:55 AM
    In prisma projects. should we commit the changes on the generated folder? is there any reason prevent me from adding the generated folder to
    .gitignore
    ?
  • m

    Moritz

    02/17/2018, 12:29 PM
    Hi, any progress on https://github.com/graphcool/prisma/issues/1909#issuecomment-366320469 or https://github.com/graphcool/prisma/issues/1817#issuecomment-366212428? These 2 issues are really breaking my neck at the moment.... It would be great to get feedback/fixes soon
    r
    • 2
    • 2
  • m

    Moritz

    02/17/2018, 12:44 PM
    Also, downgrading prisma does not resolve these issues for me. How is this possible?
  • s

    steven

    02/17/2018, 3:32 PM
    just released Apollo Boost an easier way to use Apollo Client? https://dev-blog.apollodata.com/zero-config-graphql-state-management-27b1f1b3c2c3
    p
    • 2
    • 1
  • a

    atito

    02/17/2018, 4:39 PM
    What is the best practices?
    p
    h
    +2
    • 5
    • 5
  • m

    Moritz

    02/17/2018, 6:16 PM
    Can anyone give me a hint on how to save the prisma graphql playground state, i.e. when does it save my mutations? if I reopen it with another yarn dev, it does not have the latest changes. Any hints? Thx!
  • a

    Adam King

    02/17/2018, 6:17 PM
    Might be the same “permanent cache” issue a couple people have been facing.
  • p

    pnicolaou

    02/17/2018, 7:01 PM
    Hey I am getting this error, but I have no clue why, anyone faced something similar
  • p

    pnicolaou

    02/17/2018, 7:01 PM
    Error: listen EADDRINUSE :::4000 at Object._errnoException (util.js100313) at _exceptionWithHostPort (util.js102420) at Server.setupListenHandle [as _listen2] (net.js136714) at listenInCluster (net.js140812) at Server.listen (net.js14967) at /Users/Ace/Projects/Dendro/flavor.li/server/node_modules/graphql-yoga/src/index.ts23324 at new Promise (<anonymous>) at GraphQLServer.start (/Users/Ace/Projects/Dendro/flavor.li/server/node_modules/graphql-yoga/src/index.ts22412) at Object.<anonymous> (/Users/Ace/Projects/Dendro/flavor.li/server/src/index.ts188) at Module._compile (module.js66030)
  • h

    harmony

    02/17/2018, 7:02 PM
    port 4000 is in use
  • p

    pnicolaou

    02/17/2018, 7:02 PM
    how do i stop it from being in use?
  • h

    harmony

    02/17/2018, 7:02 PM
    find out what uses it
  • p

    pnicolaou

    02/17/2018, 7:02 PM
    how? 🙂
  • h

    harmony

    02/17/2018, 7:03 PM
    do you maybe have it already running?
  • p

    pnicolaou

    02/17/2018, 7:03 PM
    I only do yarn dev
  • h

    harmony

    02/17/2018, 7:03 PM
    try
    sudo lsof -i :4000
  • p

    pnicolaou

    02/17/2018, 7:04 PM
    it doesn’t appear anywhere
  • p

    pnicolaou

    02/17/2018, 7:04 PM
    tbh, I think I remember now. I had a similar problem before, and I restarted my mac and it worked
  • p

    pnicolaou

    02/17/2018, 7:04 PM
    im not sure its a prisma bug though?
  • p

    pnicolaou

    02/17/2018, 7:04 PM
    cause nothing changed from 10 minutes ago, that it was working?
  • h

    harmony

    02/17/2018, 7:04 PM
    so that doesn't output anything?
  • p

    pnicolaou

    02/17/2018, 7:04 PM
    I didn’t run anything else
    a
    • 2
    • 3
  • p

    pnicolaou

    02/17/2018, 7:05 PM
    It outputs, google node etc
    h
    n
    p
    • 4
    • 12
1...577578579...637Latest