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

    kguller

    04/10/2018, 4:20 AM
    @Spuck253 nothing back from Nilan yet, shows that they haven't seen my message yet. Not to overload them, but it might be good to each post on their chat line to get some attention on the issue. I'm not sure how else to escalate the request.
    👍 1
  • s

    Spuck253

    04/10/2018, 4:21 AM
    @kguller I can't even get to the chat service
  • s

    Spuck253

    04/10/2018, 4:22 AM
  • k

    kguller

    04/10/2018, 4:24 AM
    @Spuck253 wow that is crazy. I can at least get to some of the pages. The only other option in the error message is email at support@graph.cool.
  • k

    kguller

    04/10/2018, 4:24 AM
    @Spuck253 Yeah I know that screen well now too lol.
  • s

    Spuck253

    04/10/2018, 4:26 AM
    @kguller sure hope this get figured out quick!
  • k

    kguller

    04/10/2018, 4:28 AM
    @Spuck253 I know, this is killing a production change we desperately need this week. All we required was just one additional field, I should have done it late last night before this patch lol!
  • s

    Spuck253

    04/10/2018, 4:30 AM
    @kguller I am just learning graphql right now and am trying to build a project for my portfolio. Really stinks.
  • s

    Spuck253

    04/10/2018, 4:30 AM
    @kguller I just created a new account, just so I can chat with them about my other account 🙂
    👍 1
  • k

    kguller

    04/10/2018, 4:31 AM
    @Spuck253 well it's normally a great system, especially the console. There have been struggles with facebook relay if you are using the relay compiler, other than that we've had very few issues and love the platform.
  • k

    kguller

    04/10/2018, 4:32 AM
    @Spuck253 haha, forcing your way to the chat
  • s

    Spuck253

    04/10/2018, 4:33 AM
    @kguller Glad to know I am not the only one dealing with this mess! I will check for a response tomorrow. Good luck!
    t
    n
    • 3
    • 2
  • k

    kguller

    04/10/2018, 4:34 AM
    @Spuck253 Yeah it's been scary today without any feedback, hopefully we get some traction tonight or early morning.
    t
    n
    • 3
    • 2
  • v

    Vishal

    04/10/2018, 5:16 AM
    @channel, Is it possible to use graphql with oracle without using SQL queries manually in resolvers ?
    n
    • 2
    • 4
  • n

    nilan

    04/10/2018, 7:32 AM
    @Spuck253 @kguller @sajmil You are all encountering different kinds of issues, there is no general availability problem. I've reached out to your support requests. For future reference, support@graph.cool is the best way of receiving support for Graphcool Cloud. Please keep conversations in here to threads, otherwise it's a mess. Thanks 🙌
    ✔️ 2
  • s

    Sannikay

    04/10/2018, 11:34 AM
    Hi guys, am new to graphqljs and apollo. I'm currently have a issue with my code, is anyone available to help review my code via video call. Thanks in advance
  • t

    tsdexter

    04/10/2018, 12:13 PM
    Can anyone who was having issues yesterday confirm if you are using US West? I can’t deploy there and all my fetching issues yesterday were there. Everything in EU seems to be working fine.
    n
    • 2
    • 1
  • m

    Maxime Scibetta

    04/10/2018, 12:14 PM
    Hi guys ! When I init a prisma project with
    vue-fullstatck-basic
    boilerplate, I update schema from
    /server/database/datamodel.graphql
  • m

    Maxime Scibetta

    04/10/2018, 12:15 PM
    But when I deploy i didn't see the modifications into my resolvers... I have to do it manually ?
    h
    • 2
    • 2
  • j

    jjaybrown98

    04/10/2018, 1:33 PM
    hey, deploying prisma with a subscription
  • j

    jjaybrown98

    04/10/2018, 1:33 PM
    receiving
    The provided query doesn't include any known model name. Please check for the latest subscriptions API.
  • j

    jjaybrown98

    04/10/2018, 1:34 PM
    Copy code
    service: doorcode
    stage: '${env:PRISMA_STAGE}'
    secret: '${env:PRISMA_SECRET}'
    datamodel: datamodel.graphql
    seed:
      import: seed.graphql
    cluster: '${env:PRISMA_CLUSTER}'
    subscriptions:
      sendVerificationCode:
        webhook:
          url: '<http://583d3ab7.ngrok.io/send-sms>'
          headers:
            Content-Type: application/json
        query: subscriptions/SendVerificationCode.graphql
  • j

    jjaybrown98

    04/10/2018, 1:34 PM
    Copy code
    subscription {
      verificationCode (where: { mutation_in: [CREATED] }) {
        node {
          code
          validUntil
          identifier {
            phoneNumber {
              phoneNumber
              countryCode {
                dialingCode
              }
            }
          }
        }
      }
    }
  • j

    jjaybrown98

    04/10/2018, 1:45 PM
    @nilan I think there may be a problem with the command chaining in
    prisma deploy
    looks as though it is attempting to create the subscription before the schema has been migrated
    n
    • 2
    • 5
  • k

    kevin

    04/10/2018, 2:12 PM
    Hey all! Quick question: I opend a PR a few days ago with some very minor tweaks for the
    serverless-plugin-typescript
    plugin to basically filter out functions without handlers defined (specifically for the
    openwhisk
    provider): https://github.com/graphcool/serverless-plugin-typescript/pull/94/files It's pretty small, but I'm wondering if this is something I need to follow up on, etc. Sorry if this message is totally out of place / annoying / etc! edit: https://github.com/graphcool/serverless-plugin-typescript/issues/93 has a bit more history / reasoning / etc in it.
  • m

    Marian Paul

    04/10/2018, 2:50 PM
    Hey guys! Just did a little mistake, accidentally modified the
    prisma.ts
    file, and trying to regenerate it without success. Tried
    yarn prisma delete && yarn prisma deploy
    but still nothing
    m
    • 2
    • 5
  • j

    Jscott388

    04/10/2018, 3:08 PM
    @nilan interested in mongodb per github instructions.
    n
    • 2
    • 1
  • c

    Christian Genco

    04/10/2018, 3:45 PM
    Can anyone explain the difference/relationship between the graph.cool hosted GraphQL database and the new Prisma Cloud hosted GraphQL database? As far as I can tell they're... made by the same group? And Prisma Cloud is newer? But they do exactly the same thing?
    h
    n
    • 3
    • 7
  • n

    nilan

    04/10/2018, 5:01 PM
    has renamed the channel from "general" to "accouncements"
  • n

    nilan

    04/10/2018, 5:02 PM
    cleared channel topic
1...633634635636637Latest