https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# orm-help
  • p

    paws

    05/22/2018, 8:08 PM
    this is a guess, but what does your prisma.yml say?
  • p

    paws

    05/22/2018, 8:08 PM
    sorry, not prisma.yml. i meant .graphqlconfig.yml, the projects section specifically
  • s

    Sam Hulick

    05/22/2018, 8:17 PM
    hmm, we don't have any such file
  • p

    paws

    05/22/2018, 8:19 PM
    in that case, sorry, i won’t be of much help.
  • s

    Sam Hulick

    05/22/2018, 8:19 PM
    no worries
  • w

    Will King

    05/22/2018, 11:16 PM
    Hey! Frontend dev just starting out using prisma and GraphQL-yoga to build a backend. I have two questions I have been trying to get answers to and haven’t had any luck. 1. How do I write unit tests to test my API 2. Do i have to deploy both prisma service and graphql-yoga server or is there an all in one solution?
    m
    • 2
    • 2
  • t

    timm

    05/22/2018, 11:41 PM
    can i ask graphcool questions here?
  • t

    timm

    05/23/2018, 12:07 AM
    is there any way to pull an existing graphcool setup from the web console into a local project via the cli so that i can then add templates or edit files and deploy back up to graphcool in the cloud?
  • g

    gabe.bravo

    05/23/2018, 12:48 AM
    hey is anyone else getting this error?
  • g

    gabe.bravo

    05/23/2018, 12:48 AM
    Copy code
    "data": null,
      "errors": [
        {
          "message": "Whoops. Looks like an internal server error.
    n
    • 2
    • 1
  • g

    gabe.bravo

    05/23/2018, 12:49 AM
    seems like I have a connection. but for some reason, my playground is down.
  • s

    sajmil

    05/23/2018, 12:50 AM
    yeah i get those every day
  • g

    gabe.bravo

    05/23/2018, 12:51 AM
    ok, good to know im not the only one. What is it? Like an update they're doing to Prisma? Like a process that just runs once a day?
  • g

    gabe.bravo

    05/23/2018, 12:51 AM
    does it seem to pass fairly quickly?
  • g

    gabe.bravo

    05/23/2018, 12:53 AM
    who broke Prisma? ...lol
  • d

    Drew

    05/23/2018, 1:06 AM
    Seems like the prisma dev cluster is erroring
    n
    • 2
    • 1
  • k

    Kien Vo

    05/23/2018, 1:29 AM
    Prisma Dev dead @nilan
    n
    • 2
    • 1
  • f

    Futurekam

    05/23/2018, 1:30 AM
    It’s dead 💀
    n
    • 2
    • 3
  • j

    jhony0311

    05/23/2018, 1:32 AM
    I’m getting the same error here, I thought it was something on my end
    n
    • 2
    • 1
  • l

    Luke

    05/23/2018, 2:37 AM
    I keep getting
    Copy code
    ERROR: Whoops. Looks like an internal server error. Search your server logs for request ID: us1:management:cjhihwnalawzk0b62ca7umdyp
    
    {
      "data": {
        "addProject": null
      },
      "errors": [
        {
          "message": "Whoops. Looks like an internal server error. Search your server logs for request ID: us1:management:cjhihwnalawzk0b62ca7umdyp",
          "path": [
            "addProject"
          ],
          "locations": [
            {
              "line": 2,
              "column": 9
            }
          ],
          "requestId": "us1:management:cjhihwnalawzk0b62ca7umdyp"
        }
      ],
      "status": 200
    }
    n
    • 2
    • 1
  • l

    Luke

    05/23/2018, 2:37 AM
    is that me?
  • l

    Luke

    05/23/2018, 2:37 AM
    or no ?
  • l

    Luke

    05/23/2018, 2:38 AM
    does anyone switch between using docker locally and prisma cloud?
  • d

    danieldpence

    05/23/2018, 2:40 AM
    Not just you
    n
    • 2
    • 1
  • l

    Luke

    05/23/2018, 2:43 AM
    can you switch between local docker and prisma cloud easily?
    j
    m
    n
    • 4
    • 3
  • c

    Christian

    05/23/2018, 8:35 AM
    did anyone fix the
    TypeError: Cannot convert undefined or null to object
    after upgrading to
    prisma@1.8.3
    and
    prisma-binding@2.0.1
    ?
    v
    • 2
    • 5
  • a

    Avi Block

    05/23/2018, 8:40 AM
    anybody using windows? It seems that
    prisma deploy
    (with latest version of prisma) in the latest boilerplate doesn't actually wind up generating anything (even though I can see it runs the hooks)
    c
    n
    • 3
    • 5
  • c

    Cal

    05/23/2018, 8:53 AM
    I'm having issues deploying changes to Graph.cool framework - is something down this morning?
    Copy code
    $ yarn deploy
    yarn run v1.5.1
    warning package.json: No license field
    $ node -r dotenv/config $(which graphcool) deploy
    ✨  Done in 3.90s.
    n
    • 2
    • 6
  • m

    max

    05/23/2018, 9:30 AM
    just out of interest, does anyone use
    graphql-request
    instead of
    apollo-client
    on React? https://github.com/prismagraphql/graphql-request
    👍 1
  • j

    Jim

    05/23/2018, 9:48 AM
    Im using Prisma 1.7 as that’s what came with the React boilerplate. Should I update to 1.8? https://github.com/graphql-boilerplates/react-fullstack-graphql/blob/master/advanced/server/package.json
    n
    c
    • 3
    • 3
1...373839...637Latest