https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# random
  • i

    iiAku

    07/12/2018, 1:37 PM
    Hi All. I just setup a prisma server on my dedicated server. I was wondering if there was any way to disable or limit access to graphql playground?
  • j

    Jenkins

    07/12/2018, 1:51 PM
    Either use a secret, or don't expose the prisma-api directly through the firewall. Use a GraphQL server around it and then use the prisma-binding.
  • i

    iiAku

    07/12/2018, 1:53 PM
    Ok thanks, is there any documentation about this out there?
  • n

    nilan

    07/12/2018, 1:57 PM
    https://www.prisma.io/docs/reference/prisma-api/concepts-utee3eiquo#authentication
    πŸ‘ 1
  • i

    iiAku

    07/12/2018, 2:01 PM
    Thanks πŸ™‚
    πŸ‘Œ 1
    πŸ‘ 1
  • t

    Timo

    07/12/2018, 3:15 PM
    hey @Jenkins /@nilan, do you have any explanation on why my token is usable in the dev playground but not on the app playground?
    n
    • 2
    • 13
  • s

    sortiz

    07/12/2018, 9:05 PM
    is that a new issue ? or is there a workaround?
  • t

    Timo

    07/13/2018, 3:52 PM
    is there anyway to run
    graphql playground
    in the background? preferably using
    pm2
    ?
  • g

    Gabril

    07/14/2018, 1:14 AM
    How are you. I am newbie to graphql and hope to learn much. Please help me alot. Thanks
    πŸ’š 1
  • s

    signor_busi

    07/15/2018, 9:27 AM
    How can I do aggregations efficiently with prisma? Eg. let's say I have a model
    Copy code
    Post
    and I want to query the last 20 posts and display the number of comments of each post. In Graph.cool there used to be the
    Copy code
    __metaCount`
    fields but they don't seem to exist anymore in Prisma
  • s

    signor_busi

    07/15/2018, 9:29 AM
    so basically I want something like this:
    Copy code
    query {
      posts (where: {...}) {
        content
        comments {
          count // <- how to do this efficiently?
        }
      }
    }
    r
    j
    • 3
    • 2
  • r

    Radi Cho

    07/16/2018, 11:19 AM
    https://medium.com/@radicho/drawing-with-css-inside-single-div-container-43227e3cf19d
  • v

    veksen

    07/16/2018, 7:16 PM
  • l

    Loki

    07/17/2018, 8:19 AM
    pleasure to meet you all πŸ™‚
  • l

    Loki

    07/17/2018, 8:19 AM
    Greeting From Mauritius
    🦜 5
    πŸ‘‹ 6
  • t

    Timo

    07/17/2018, 8:03 PM
    hey guys! how do you design the resolvers so that it wont clutter so much? Like i m using the howtographql example (
    resolvers/Query.js
    ,
    resolvers/Mutation.js
    )... can I divide them into let's say
    User/Query.js
    and
    User/Mutation.js
    and other models following the same design?
    a
    a
    e
    • 4
    • 13
  • f

    faithful

    07/18/2018, 11:37 AM
    i am finding it difficult to delete my service. Mutation syntax driving me crazy i need help
    j
    t
    • 3
    • 2
  • m

    Michael H.

    07/19/2018, 10:17 PM
    Quick question, why everytime I run a prisma command in CLI, this is trying to reach the api.cloud.prisma.sh ? etchError: request to https://api.cloud.prisma.sh/ failed, reason: self signed certificate in certificate chain
  • m

    Michael H.

    07/19/2018, 10:18 PM
    I know why is failing, I am behind a proxy/firewall, but I wonder why on every command, this prisma cli is trying to call the cloud?
    j
    d
    • 3
    • 26
  • l

    lawjolla

    07/23/2018, 6:37 PM
    Is the Prisma team on vacation? No one is around. πŸ™‚ πŸ–οΈ
    πŸ‘€ 1
    πŸ€” 1
    d
    l
    • 3
    • 2
  • a

    Andres Montoya

    07/27/2018, 12:00 AM
    Hi, someone can help me with this error in webpack? :( https://stackoverflow.com/questions/51547873/webpack-node-externals-javascript-heap-out-of-memory
  • h

    harrisrobin

    07/31/2018, 6:34 PM
    if anyone knows flow: https://stackoverflow.com/questions/51619921/how-to-get-list-of-keys-and-their-types-from-an-object-with-flow
  • b

    Brenda

    07/31/2018, 6:36 PM
    Hello πŸ™‚ Can somebody point me to some information about where to create a mutation with dependencies nested, in the Prisma website I can see the basic example of a mutation. At the moment I am looking for an option to create a Traveller model, with a Location model.
    m
    • 2
    • 1
  • d

    dreadjr

    08/01/2018, 8:29 PM
    Anyone have experience using an api gateway infront of prisma? I am looking into using express-gateway.
  • t

    Tomas Pitner

    08/13/2018, 12:20 PM
    could someone please help me with something in DMs?
  • w

    weakky

    08/24/2018, 7:51 AM
    Oh boy https://github.com/felixrieseberg/windows95 πŸ˜‚
    🀣 5
    🦜 2
    πŸ’˜ 2
  • g

    Gaurav

    09/04/2018, 5:07 PM
    @divyendu Hi Divyendu, I am here 😊 BTW, that query's link again was https://www.prisma.io/forum/t/how-does-post-deploy-hook-in-prisma-yml-work/4326/3
  • h

    Haider Malik

    09/14/2018, 4:20 AM
    Today I published a new course on Prisma and GraphQL.
    Copy code
    Build full-stack apps with GraphQL, Prisma, NodeJs, and ReactJs
    https://bit.ly/2p75dJy
    πŸ‘ 6
    πŸ’― 1
    πŸŽ‰ 9
    e
    • 2
    • 1
  • k

    kitze

    09/14/2018, 12:53 PM
    https://twitter.com/Caged/status/1039937162769096704 mfw configuring the prisma.yml file
    πŸ˜‚ 6
    πŸ‘€ 4
    b
    • 2
    • 1
  • m

    Mquale

    09/25/2018, 5:19 PM
    @kitze whats with the square? It seems your Macbook is a tad off
1...232425...53Latest