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

    James

    02/27/2018, 9:10 AM
    hey @doug_w have you seen apollo link state, or even mobx? (instead of redux)
  • h

    horia.ancas

    02/27/2018, 10:23 AM
    @James have you used apollo link state?
  • j

    James

    02/27/2018, 10:36 AM
    no but it's like #3 on my todo list for this week
  • m

    Michael Jones

    02/27/2018, 12:39 PM
    Any progress on Aggregate queries?
  • e

    ericsonluciano

    02/27/2018, 12:41 PM
    anyone have a sample of resolvers for mutation
    h
    • 2
    • 1
  • e

    ericsonluciano

    02/27/2018, 2:33 PM
    anyone tried the prisma cloud? - already report an issue
  • f

    fabio1127

    02/27/2018, 3:03 PM
    Hi all. I am getting error like this:
    'error', [Error: Network error: Network request failed with status 200 - "undefined"]
    my query is working on browser but I am getting this error on my React Native app.
  • l

    lucid_frog

    02/27/2018, 4:06 PM
    hey guys
  • l

    lucid_frog

    02/27/2018, 4:08 PM
    lets say I have a
    type Rules
    with a buch of rules,
    petsAllowed, etc.
  • l

    lucid_frog

    02/27/2018, 4:08 PM
    how can I simply do this: ```
  • l

    lucid_frog

    02/27/2018, 4:10 PM
    Copy code
    query GetObjs{
      objs{
        rules{
          id
        }
      }
    }
    to return all the rules instead of having to do
    objs.rules.petsAllowed
    ?
  • r

    rick

    02/27/2018, 4:12 PM
    Am i the only one seeing
    Copy code
    "message": "request to <https://db.cloud.prisma.sh/cloud-api/prod> failed, reason: Hostname/IP doesn't match certificate's altnames: \"Host: db.cloud.prisma.sh. is not in the cert's altnames: DNS:*.prisma.sh\"",
    when deploying?
  • r

    rick

    02/27/2018, 4:12 PM
    havent seen that one before
  • r

    rick

    02/27/2018, 4:20 PM
    same for
    prisma login
    for me
    n
    • 2
    • 3
  • j

    johhansantana

    02/27/2018, 4:36 PM
    https://us1.prisma.sh/ cluster down? https://status.prismagraphql.com/ doesn't show anything wrong
  • r

    rick

    02/27/2018, 4:41 PM
    they’re back up for me
    j
    b
    • 3
    • 2
  • r

    rein

    02/27/2018, 5:08 PM
    is it the idea that multiple services can be deployed to one cluster when using prisma cloud?
    💯 1
  • d

    donedgardo

    02/27/2018, 5:12 PM
    is there an incident with the public clusters?
    n
    • 2
    • 2
  • s

    Stefano T

    02/27/2018, 5:13 PM
    my subscriptions stopped working, anyone else having this issue?
    n
    • 2
    • 4
  • w

    wesbos

    02/27/2018, 5:59 PM
    Any word on the Prisma UI?
    👀 4
    k
    h
    • 3
    • 5
  • k

    KATT

    02/27/2018, 6:33 PM
    is it correct to do this in the playground for http headers?
    Copy code
    {
      "Authorization": "Bearer <PRISMA_SECRET>"
    }
    n
    • 2
    • 7
  • d

    doug_w

    02/27/2018, 6:44 PM
    We use mobx with our form library and for some small random state containers around the app.. really like it. I have read some articles on apollo link state but we aren’t in a huge rush to make the change
  • l

    lucid_frog

    02/27/2018, 9:20 PM
    Hey guys, is there a quicker way to nuke the database data instead of running
    prisma local nuke
    which nukes the data and the database structure as well ?
  • l

    lucid_frog

    02/27/2018, 9:35 PM
    Got something pretty weird going on with my prisma project whenever I try to run
    prisma deploy
    I get this error message:
    Cluster "local", that is provided in the prisma.yml could not be found.
    If it is a private cluster, make sure that you're logged in with prisma login
    I can’t deploy my projet anymore. Here’s what I tried so far:
    prisma local nuke
    docker kill {containerID}
    prisma local start
    prisma deploy
    I’ve tried restarting my laptop but nothing worked…
    h
    • 2
    • 8
  • l

    lucid_frog

    02/27/2018, 9:37 PM
    Meanwhile in my
    prisma.yml
    file I have the following line:
    cluster: ${env:PRISMA_CLUSTER}
    and in my .env file,
    PRISMA_CLUSTER
    resolves to
    local
    😕
  • h

    Heber Nobre

    02/27/2018, 9:58 PM
    Is there a guide on how to implement multiple auth templates in a single app? (eg. google + email/pwd)
    n
    • 2
    • 1
  • s

    sajmil

    02/27/2018, 10:12 PM
    after ejecting my project and creating a new function I'm getting "Function returned invalid status code: 0. Raw body: empty.last" on every subscription invocation. Has anyone else gotten this?
  • m

    Madhu Jahagirdar

    02/28/2018, 12:44 AM
    can i use https://databaseflow.com/ to querying SQLSever natively using graphql apis ? I don't need mutations at this point in time. Want to explore the schema and they query using Grapqhl apis
  • a

    antoinep

    02/28/2018, 2:06 AM
    Hey guys! I'm having trouble finding documention on what exactly it is that
    @relation(fieldName: "...")
    does. Can anyone point me in the right direction or maybe provide an explanation? I was going through the airbnb clone on git and noticed at some point
    sentMessages: [Message!]! @relation(name: "SentMessages")
    m
    • 2
    • 3
  • m

    medelman

    02/28/2018, 2:11 AM
    Is there a way to subscribe to only certain events? For example, if I have chat in my application, is it customary for the client to subscribe to all message-related updates and filter on its end? This seems counter intuitive, but I'm new to the whole websockets game.
    l
    n
    • 3
    • 8
1...590591592...637Latest