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

    UsulPro

    07/12/2018, 12:37 PM
    All our services down and https://console.graph.cool/ down itself
  • u

    UsulPro

    07/12/2018, 12:40 PM
    @nilan are you repairing it?
    n
    • 2
    • 2
  • e

    emma

    07/12/2018, 12:50 PM
    Hi everyone! Just in case there are any Elixir fans on here, we just launched Elixir: A Mini Documentary today! We made it in collaboration with Jose Valim, Chris McCord (Phoenix Framework) and Justin Schneck (co-author Nerves) and others from the community. Hope you like it! http://doc.honeypot.io/elixir-documentary-2018/
    💯 1
    🎉 1
    🤘 1
    fast parrot 1
    ❤️ 1
  • n

    nilan

    07/12/2018, 12:52 PM
    Please create a Forum discussion instead of sharing plenty of screenshots here, @Nick. Thanks.
  • n

    Nick

    07/12/2018, 12:52 PM
    Okay
  • p

    Plínio Naves

    07/12/2018, 12:56 PM
    Thanks for the quick fix! https://twitter.com/GraphcoolStatus/status/1017391064729243648
  • k

    Kimo

    07/12/2018, 12:57 PM
    Is there any reason
    prisma list
    doesn't list locally deployed services on docker?
    n
    • 2
    • 1
  • s

    Stefano T

    07/12/2018, 1:50 PM
    is the functions engine down for anyone else? none of my functions resolve
  • s

    scgrossman

    07/12/2018, 1:52 PM
    @Stefano T yes. same for me. i am getting 'ResourceNotFoundException' in the logs
  • p

    Plínio Naves

    07/12/2018, 1:53 PM
    Me too
  • n

    nilan

    07/12/2018, 1:53 PM
    Thanks, we're looking into this 🙂 Please refer to #graphcool-framework and
    support@graph.cool
    for further information. Thanks!
  • n

    Nikhil

    07/12/2018, 2:04 PM
    @nilan is there any way where in I can give project name like "TestProject" and I use the same in prisma endpoint http://localhost:4466/TestProject and it will create a database schema TestProject instead of TestProject@default
    n
    • 2
    • 2
  • p

    prolink007

    07/12/2018, 2:47 PM
    Is there a way to append more fields to the
    info
    field? Here is a link to the question i am asking on the forums. Please assist me. 😊 https://www.prisma.io/forum/t/append-to-info-to-get-additional-fields-back/3972
  • p

    panzupa

    07/12/2018, 3:23 PM
    Guys, graphcool functions are run via node.js6 or is it the new 8.10 version?
  • p

    panzupa

    07/12/2018, 3:24 PM
    Lambd has 8.10 since two or months now
  • p

    panzupa

    07/12/2018, 3:25 PM
    Lambda has 8.10 version of node.js since two or more months now
  • a

    aroman

    07/12/2018, 3:39 PM
    Hey community 🙂 any recommendations for packages or way to handle errors and their message output that play well with prisma prisma red ?? I want to display these errors in the UI. Thanks 😄
  • b

    brandon

    07/12/2018, 3:42 PM
    you can do a try catch around the async functions and return those errors. On the font end you can then display these messages using toast.
    a
    • 2
    • 1
  • r

    raul

    07/12/2018, 3:47 PM
    .catch(error => alert(error))
    😛
  • b

    brandon

    07/12/2018, 3:48 PM
    Copy code
    try {
      //some async function
    } catch (error) {
      toast.error(error)
    }
  • n

    nilan

    07/12/2018, 3:49 PM
    Please try to keep discussions in threads 🙂
    👍 3
  • s

    Slackbot

    07/12/2018, 4:03 PM
    This message was deleted.
    h
    • 2
    • 3
  • s

    sunrising

    07/12/2018, 4:17 PM
    How can I separate
    dev
    from
    prod
    environment variables for the graphcool.yml and the authentication scripts of a graphcool-framework project? I think this answer is outdated: https://www.prisma.io/forum/t/1-0-different-environments-different-graphcool-yml-files/2105/2
    p
    • 2
    • 22
  • s

    sunrising

    07/12/2018, 5:38 PM
    How to generate a
    PERMANENT AUTH TOKENS
    from graphcool cli?
  • o

    oREDi

    07/12/2018, 6:16 PM
    In case anyone uses a package that depends on eslint-scope. There is a compromise -> https://status.npmjs.org/
  • t

    Teri

    07/12/2018, 6:32 PM
    Has anyone ever seen webhooks fail to fire for subscriptions on prisma?
  • t

    Teri

    07/12/2018, 6:33 PM
    Or in general, is prisma more stable than graphcool?
  • b

    brandon

    07/12/2018, 8:30 PM
    Hey guys, I had a question. I have a one to many relationship in my schema. An owner can have many dogs, but a dog can have only one owner. Schema:
    Copy code
    type Owner {
      id: ID! @unique
      dogs: [Dog!]!
    }
    
    type Dog {
      id: ID! @unique
      name: String!
      owner: Owner
    }
    But whenever I try to do the query of
    Copy code
    query {
      dog (where: {id: "1"}) {
        owner
      }
    }
    it wants me to have a where input for the owner. Why is this the case? I know dogs can only have one owner... I just want to receive the information of that one owner.
    k
    • 2
    • 9
  • r

    rwatts3

    07/12/2018, 9:51 PM
    Ok, random question if it even exist, what theme is prisma using in this screenshot on the homepage. https://www.screencast.com/t/EOicW3763SA
    prisma green 1
    j
    k
    • 3
    • 4
  • m

    Mike

    07/13/2018, 12:33 AM
    Does anyone have a solution to this? https://github.com/prismagraphql/prisma/issues/2524
1...828384...637Latest