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

    lawjolla

    01/15/2018, 4:42 PM
    What is this prisma? Please don't say that the fourth month brings a fourth course reversal.
    🤔 1
    prisma 2
    😉 1
    d
    a
    +3
    • 6
    • 16
  • n

    Nick Luger

    01/15/2018, 4:44 PM
    I'm also a bit scared about this Prisma thing. Some people seem to know about it. Are they part of an inner Prisluminati circle or what the heck is going on?😉
    j
    • 2
    • 1
  • n

    Nick Luger

    01/15/2018, 4:46 PM
    I hope its just a fancy name for 1.0.
    prisma 6
    👀 4
  • i

    iamclaytonray

    01/15/2018, 4:55 PM
    Hahaha, “Prisluminati” 😂
    😂 2
    😀 2
  • n

    nilan

    01/15/2018, 4:59 PM
    Thanks so much @lawjolla and @Nick Luger for sparking a discussion! 🙏 I'm going to have to ask you for a little more patience, but I'm sure you'll like what you will see soon 🙂 prisma
    🍾 2
    prisma 10
    👍 3
    💪🏻 2
    parrotwave6 3
    💯 3
  • d

    develomark

    01/15/2018, 5:02 PM
    https://www.npmjs.com/package/prisma-binding ominous
    🔗 2
    👀 1
    prisma 7
  • l

    lawjolla

    01/15/2018, 5:15 PM
    Good find @develomark! Excited for 1.0, and it looks like prisma is the name of 1.0... Unless they released brand new bindings out of no where. 🤣
  • n

    Nick Luger

    01/15/2018, 5:16 PM
    I found the old name quite cool....
    ❄️ 1
    d
    l
    • 3
    • 2
  • m

    m1cl

    01/15/2018, 5:16 PM
    Copy code
    _c(pin):
    _s(pin): 1
    _d(pin): true
    _h(pin): 0
    _n(pin): false
  • m

    m1cl

    01/15/2018, 5:17 PM
    can someone tell me what that is ?
    d
    h
    i
    • 4
    • 14
  • n

    Nick Luger

    01/15/2018, 5:31 PM
    Stack for lazy people like me: Graphcool + Netlify + Auth0 + AWS lambda
    👌 5
    graphcool 1
    prisma 1
    🤔 1
  • t

    thangngoc89

    01/15/2018, 5:37 PM
    How can I add description to an enum in schema definition?
  • t

    thangngoc89

    01/15/2018, 5:37 PM
    I tried this but it doesn't work
  • t

    thangngoc89

    01/15/2018, 5:37 PM
    Copy code
    # Gender
    enum Gender {
      Male
      Female
    }
    j
    n
    • 3
    • 9
  • c

    chris7519

    01/15/2018, 6:04 PM
    is there a list of current directives? looking to see if there is a way to set a String field as longtext in the DB
  • a

    aadma

    01/15/2018, 6:26 PM
    BTW the quickstart video on the Graphcool home page does not actually work. It needs another scene to walk through adding file, "invite.graphql"
  • d

    develomark

    01/15/2018, 6:48 PM
    Not so sure - looks like a rebrand to me... Or at least the new name for the DB component 'Graphcool Prisma'
    👍 1
    prisma 2
  • b

    bamne123

    01/15/2018, 6:50 PM
    can anyone guide me to connect to graphcool server via react native.
  • b

    bamne123

    01/15/2018, 6:51 PM
    When i try to run apollo client code, it tries to connect localhost, where i have provided uri of hosted environment.
  • b

    bamne123

    01/15/2018, 6:52 PM
    Do i need to setup gql locally first??
    d
    d
    • 3
    • 27
  • j

    jsvde

    01/15/2018, 7:17 PM
    Can someone who runs a production app on graphcool tell me how do you administer your data? Do you use the graphcool console or do you build a custom admin interface for that sole purpose?
    m
    v
    +2
    • 5
    • 71
  • e

    ehodges

    01/15/2018, 8:14 PM
    Is the React Apollo Quickstart for Prisma working? https://www.prismagraphql.com/docs/1.0/quickstart/frontend/react/react-shaek6eina Oh...I see that the github link is not working yet...
  • e

    ehodges

    01/15/2018, 8:18 PM
    Maybe this one is working?: https://www.prismagraphql.com/docs/quickstart/fullstack/react/apollo-tijghei9go
  • j

    jsvde

    01/15/2018, 8:23 PM
    prisma? are you rebranding?
  • k

    kriswep

    01/15/2018, 8:55 PM
    So you are rebranding? graph.cool was such a ...cool.. name, but ok, we'll get used to it...
    👍 1
  • p

    peteflange

    01/15/2018, 10:01 PM
    Can anyone help me with an issue I am having with graphql - question here on stack overflow - https://stackoverflow.com/questions/48270794/duplicated-items-with-mutation-graph-cool-graphql
    h
    • 2
    • 11
  • n

    nathan

    01/15/2018, 10:46 PM
    So should I be using the Prisma docs now? Did a hackathon this weekend and rough timing because of all the updates, haha.
    n
    • 2
    • 1
  • e

    ehodges

    01/15/2018, 11:25 PM
    This one is working: https://www.prismagraphql.com/docs/quickstart/fullstack/react/apollo-tijghei9go
    d
    • 2
    • 2
  • m

    matty

    01/16/2018, 2:10 AM
    Is there any known way to debug permissions? I'm running some tests and I am not having any issues, but in my Sentry logs I can see some "GraphQL error: Insufficient permissions for this mutation"
  • n

    noahdavis

    01/16/2018, 2:33 AM
    Anyone else experiencing issues with querying the generated schema? Getting the
    cannot query field "users" on type "Query".
    error. User type:
    Copy code
    type User {
      id: ID! @unique
      name: String
      stripeCustomerToken: String @unique
      apiKey: String @unique
      publicToken: String @unique
      subscription: Subscription
      access: [String!]
      createdAt: DateTime!
      updatedAt: DateTime!
      briefs: [Brief!]!
      org: Org!
      readNotifications: [Notification!]!
      email: String! @unique
      password: String
      persona: String
    }
    Generated Query type `src/generated/graphcool.graphql`:
    Copy code
    type Query {
    ...
      users(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User]!
    ...
    }
    Running beta4.1.1
    j
    • 2
    • 14
1...514515516...637Latest