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

    rcy

    03/07/2018, 6:48 PM
    is it possible to clone to eu? Today happens to be a demo day for us... my local eu instance looks healthier, but we need all the data from a deployed instance @nilan
    👍 1
  • f

    Fitch

    03/07/2018, 7:03 PM
    https://curatedby.com/featured We are now 100% live with Prisma Cloud - Looking to release a version of the Yoga server for Docker this weekend early next week. Thanks to the whole community for all the hard work and help ❤️
    🦜 2
    💪 2
    💚 3
    fast parrot 4
    🚀 1
  • f

    Fitch

    03/07/2018, 7:04 PM
    prisma
  • k

    kitze

    03/07/2018, 7:10 PM
    Is the graph.cool console down for anyone else? I only see a blank screen.
    ✅ 2
  • h

    harmony

    03/07/2018, 7:10 PM
    loads fine for me
  • h

    harmony

    03/07/2018, 7:10 PM
    ¯\_(ツ)_/¯
  • h

    harmony

    03/07/2018, 7:10 PM
    but I don't have anything on there
  • f

    Fitch

    03/07/2018, 7:14 PM
    responding on US for me
  • j

    jhony0311

    03/07/2018, 7:15 PM
    Looks good for me too
  • k

    kitze

    03/07/2018, 7:16 PM
    tnx guys
    n
    • 2
    • 1
  • a

    allpwrfulroot

    03/07/2018, 7:26 PM
    I'm getting a 50-60% success rate atm
  • f

    Fitch

    03/07/2018, 7:27 PM
    yeah console is ok .. data is slow
  • g

    Gary

    03/07/2018, 7:35 PM
    we're still getting 504's and 500's
    ☝️ 1
  • s

    senorcodecat

    03/07/2018, 7:35 PM
    Ok, it's not just me
  • n

    nilan

    03/07/2018, 7:36 PM
    Thanks, we're still investigating 🙂 https://status.graph.cool/
    👍 1
    ✅ 1
    h
    r
    • 3
    • 3
  • a

    alec

    03/07/2018, 8:04 PM
    Im seeing this greyed out permissions screen on my console... does anyone know how to update permissions?? Either from console or cli. I want to give a team member the ability to edit data
  • m

    manuel.dicristo

    03/07/2018, 8:30 PM
    Hey people, when following the tutorial Cluster Deployment - Digital Ocean I always get the following error when running
    prisma deploy
  • m

    manuel.dicristo

    03/07/2018, 8:30 PM
    Copy code
    ERROR: for prisma-db  Cannot create container for service prisma-db: Conflict. The container name "/prisma-db" is already in use by
    Creating local_prisma-database_1 ...
  • m

    manuel.dicristo

    03/07/2018, 8:30 PM
    Anyone has idea why?
    f
    • 2
    • 11
  • m

    manticarodrigo

    03/07/2018, 10:42 PM
    If anyone’s interested in an file handling implementation for prisma, graphql-yoga, and s3 using
    apollo-upload-server
    and
    apollo-upload-client
    here’s an example repo: https://github.com/manticarodrigo/prisma-s3. I’ll be posting a tutorial soon!
    👍 1
    👌 1
    prisma 1
    n
    l
    b
    • 4
    • 9
  • g

    gihrig

    03/07/2018, 10:58 PM
    Hey all! Is there a recommended way to update one field or a few fields of a type where most fields a required? Suppose I have this mutation, and I just want to update ‘title’?
    Copy code
    return ctx.db.mutation.updateItem(
          {
            where: { id },
            data: {
              icon,
              href,
              desc,
              title,
              keywords,
            },
    I want to be able execute this in the Playground:
    Copy code
    mutation{
      updateItem(
        id: "cjehhjypy008k01177zefqey0"
        title: "New Title"
      )
      {
        id
        title
      }
    }
    And I get this error:
    Copy code
    "message": "icon is not defined"
  • g

    gihrig

    03/07/2018, 11:06 PM
    What I want to avoid is writing a bunch of mutations to update one filed at a time.
    👍 1
    l
    b
    +2
    • 5
    • 6
  • j

    Jonathan

    03/08/2018, 12:29 AM
    HI all,
  • j

    Jonathan

    03/08/2018, 12:30 AM
    Error: Can't find field allLinks({}) on object (ROOT_QUERY) { "allPosts({\"orderBy\":\"createdAt_DESC\"})": [ { "type": "id", "id": "Post:cje80pbvzazc50167n0spopng", "generated": false } ], "allLinks({\"first\":100,\"skip\":0,\"orderBy\":null})": [ { "type": "id", "id": "Link:cjebpqx0h1m9k01849e0zls7o", "generated": false },
  • j

    Jonathan

    03/08/2018, 12:31 AM
    I'm getting this error after going through the Vue / Graphcool tutorial and can't figure it out.
  • j

    Jonathan

    03/08/2018, 12:31 AM
    This tutorial: https://www.howtographql.com/vue-apollo/9-pagination/
  • j

    Jonathan

    03/08/2018, 12:31 AM
    I originates when a link is upvoted.
    e
    n
    • 3
    • 2
  • m

    Max Hodges

    03/08/2018, 2:09 AM
    search broken on docs. can others confirm or is it just me? http://recordit.co/KWJkKh4PsY
    n
    • 2
    • 1
  • j

    justinrich

    03/08/2018, 2:30 AM
    Question, how do I handle optional parameters when writing an update reducer in prisma
    g
    • 2
    • 2
  • j

    justinrich

    03/08/2018, 2:31 AM
    I’m having trouble calling a mutation on the database when one of the optional parameters are missing
    n
    • 2
    • 1
1...601602603...637Latest