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

    Nick

    07/02/2018, 9:59 AM
    I'm getting an error that I havent had before https://www.howtographql.com/graphql-js/4-adding-a-database/ Trying to run the prisma deploy it returns Cluster undefined does not exist.
    n
    • 2
    • 12
  • j

    jbonigomes

    07/02/2018, 10:55 AM
    Hi there, does anyone know how soon this piece of documentation will be available? https://www.prisma.io/docs/tutorials/setup-prisma/connect-db-with-data/mysql-vuthaine2f
  • t

    Tanner

    07/02/2018, 11:18 AM
    Tried the heroku deployment and after I create db connection and click on heroku, I get a spinner that never goes away
    n
    m
    • 3
    • 2
  • r

    romshark

    07/02/2018, 12:32 PM
    Are GraphQL related questions welcome here?
    🎉 4
  • j

    Jenkins

    07/02/2018, 12:32 PM
    Any and all 🙂
    gucci 3
  • z

    zonofthor

    07/02/2018, 12:40 PM
    I'm creating Type of ca. 100.000 rows where String contains single alphabet character only, does Prisma optimize this on database ... should I be worried?
    a
    • 2
    • 3
  • r

    romshark

    07/02/2018, 12:45 PM
    I see that union types (https://graphql.org/learn/schema/#union-types) allow us to return a list of certain types for a given field, though on the client side, if we'd like to know what type we finally got, we'd need to check for the existence of certain properties of the JSON encoded object. Question is: Is there a more elegant way to determine the returned type?
    a
    • 2
    • 1
  • s

    senorcodecat

    07/02/2018, 2:21 PM
    Anyone else getting internal server errors with all requests to graphcool shared cloud clusters?
    🙋‍♂️ 1
  • j

    jsleeuw

    07/02/2018, 2:21 PM
    yes
  • s

    senorcodecat

    07/02/2018, 2:21 PM
    and 500 errors?
  • s

    senorcodecat

    07/02/2018, 2:21 PM
    Status on site doesn't show anything
  • j

    jsleeuw

    07/02/2018, 2:21 PM
    Yeah, nothing on Twitter either
  • j

    jsleeuw

    07/02/2018, 2:22 PM
    I’m waiting for a reply to a support / Intercom message I sent in about 15mins ago
  • s

    senorcodecat

    07/02/2018, 2:23 PM
    Ok
  • j

    jsleeuw

    07/02/2018, 2:23 PM
    doesn’t look as though @nilan has seen it yet
  • j

    jsleeuw

    07/02/2018, 2:39 PM
    I’m starting to see the odd request make it through
  • j

    jsleeuw

    07/02/2018, 2:39 PM
    you?
  • s

    senorcodecat

    07/02/2018, 2:40 PM
    Yeah
  • s

    senorcodecat

    07/02/2018, 2:40 PM
    Intermittent
    j
    • 2
    • 3
  • l

    lewisblackwood

    07/02/2018, 3:15 PM
    hey 👋 one of our Prisma deployments seems to be in a weird state. When I deploy a new field to a model, e.g.
    fieldOne
    , the CLI will show it being successfully added and
    graphql get-schema --project database
    running as a hook. However, the
    prisma.graphql
    file doesn't show the new field and the database isn't updated. If I add another field, e.g.
    fieldTwo
    , and deploy, then
    fieldOne
    is now added and the
    prisma.graphql
    shows it as a field. It's like the deploys are one step behind the changes to my data model. Has anyone seen anything similar?
    n
    • 2
    • 10
  • m

    Michael Jones

    07/02/2018, 5:37 PM
    Does anyone know if I am doing
    extend
    right? It does not seem to be working:
    Copy code
    # import Query, User from "./generated/prisma.graphql"
    
    type Query {
      me: User
    }
    
    extend type User {
      authToken: String
    }
    I am unable to return
    authToken
    from a custom resolver like I am expecting.
  • d

    Darryl

    07/02/2018, 5:43 PM
    Is anyone available to help me out with an issue I’m having with my schema (and relations)? I’ve created a post in the Prisma forum: https://www.prisma.io/forum/t/looking-for-help-with-relations-in-my-schema/3886
  • d

    Darryl

    07/02/2018, 5:43 PM
    I figured a post, with code snippets, might be easier than going through it all in here.
  • n

    Nick

    07/02/2018, 7:30 PM
    I'm stuck on here chapter 7 on node.js backend Authentication
  • n

    Nick

    07/02/2018, 7:31 PM
    chapter 7 trying to run prisma deploy and output this error why
  • n

    Nick

    07/02/2018, 7:59 PM
    Okey it works i had to do a
    npm i -g prisma
  • n

    Nick

    07/02/2018, 7:59 PM
    This tutorial is weird
  • j

    Jenkins

    07/02/2018, 8:01 PM
    Glad you figured it out! It's the best kind of learning! :D
  • z

    zak.singh

    07/03/2018, 12:58 AM
    I'm stuck on the "Log into Prisma CLI" screen for prisma cloud. I've logged in successfully on my client, but the website still says "waiting for login.."
    n
    • 2
    • 1
  • n

    noahdavis

    07/03/2018, 2:00 AM
    any way to swap DB instances in an existing prisma cloud app?
1...707172...637Latest