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

    rick

    02/22/2018, 7:23 PM
    maybe this is really obvious, but is this possible:
    Copy code
    type User {
      id: ID! @unique
      following: [User!]!
    }
    When I try to query the following field it keeps saying
    Error: GraphQL error: Cannot query field 'following' on type 'User'.
  • m

    moosecouture

    02/22/2018, 7:32 PM
    I just got into using this tool so please bare with me if this is a stupid question. How do I add a field to a model but prevent people from querying it. Example is Passwords. I tried using permissions and I must be doing something wrong
    a
    • 2
    • 10
  • m

    Mack Miller

    02/22/2018, 7:57 PM
    What is the difference between
    allAdmins(...): [Admin!]!
    ,
    allAdmins(...): [Admin!]
    , and
    allAdmins(...): [Admin]!
    ?
    h
    • 2
    • 1
  • s

    schickling

    02/22/2018, 8:06 PM
    Hey developer friends <!here>! πŸ‘‹ Since we get the question a lot how to wrap a REST API using GraphQL, we’ve written up a simple tutorial. Hope you like it! Enjoy 🌯 https://twitter.com/graphcool/status/966765101180227585
    parrotwave6 3
    🦜 7
    h
    • 2
    • 1
  • a

    auser

    02/22/2018, 8:09 PM
    umm... please don't use
    [at]here
    πŸ™ˆ 3
    πŸ™‰ 1
    πŸ˜‚ 1
    πŸ™Š 2
    πŸ‘Ž 1
  • f

    Fitch

    02/22/2018, 8:10 PM
    wut? Its their channel
    salute 2
    prisma 3
    πŸ˜‚ 6
  • a

    auser

    02/22/2018, 8:12 PM
    Didn't realize @schickling was a part of @graphcool
    s
    • 2
    • 1
  • a

    auser

    02/22/2018, 8:12 PM
    I stand corrected
    ❀️ 2
  • h

    harmony

    02/22/2018, 8:12 PM

    https://i.imgur.com/OLoJi02.pngβ–Ύ

  • h

    harmony

    02/22/2018, 8:12 PM
    πŸ€”
  • h

    huv1k

    02/22/2018, 8:13 PM
    :X
  • f

    Fitch

    02/22/2018, 8:13 PM
    #developerslovedramaXD
    πŸ™ˆ 1
  • a

    auser

    02/22/2018, 8:14 PM
    congrats on the new job
    πŸ™Œ 5
  • a

    auser

    02/22/2018, 8:14 PM
    πŸ™‚
  • n

    nikolasburk

    02/22/2018, 8:16 PM
    The article above also is on Hacker News πŸ‘€
    βœ”οΈ 2
    w
    • 2
    • 1
  • h

    harrisrobin

    02/22/2018, 8:16 PM
    what happened to the article about appsync
  • h

    harrisrobin

    02/22/2018, 8:16 PM
    got a notification and woke up for nothing
  • h

    harrisrobin

    02/22/2018, 8:17 PM
    πŸ‘€
    f
    m
    • 3
    • 7
  • e

    Emi

    02/22/2018, 8:32 PM
    It's happening something really weird to me: I can't see the changes on my mutations until I restart prisma (same when using the playground). The requests are working and responds with 200. Any idea? I'm using prisma/1.3.0-beta.5 (windows-x64) node-v8.9.4 with docker locally.
    n
    r
    • 3
    • 4
  • s

    sid.gupta

    02/22/2018, 11:17 PM
    Hey Guys!
  • s

    sid.gupta

    02/22/2018, 11:17 PM
    I published Part2 of Serverless and GraphQL series yesterday
  • s

    sid.gupta

    02/22/2018, 11:17 PM
    https://hackernoon.com/running-a-scalable-reliable-graphql-endpoint-with-serverless-24c3bb5acb43
    πŸ‘ 3
  • s

    sid.gupta

    02/22/2018, 11:17 PM
    looking forward to your feedback πŸ˜‰ and also if you would want to particularly see something in next parts!
  • z

    zelphir

    02/23/2018, 1:16 AM
    Hi, how to show the same stuff (check the red arrows: Integrations menu and right column to edit types) that I see in the
    Example Project
    into my project? Thanks
  • h

    hailwood

    02/23/2018, 3:16 AM
    Hey folks, Is this an ideal place to ask random questions about prisma?
    n
    • 2
    • 1
  • h

    hailwood

    02/23/2018, 3:20 AM
    Specifically what I'm curious about is an example of how you would ask for a post where
    A && (B || (C && D))
    w
    • 2
    • 4
  • b

    brax10

    02/23/2018, 4:12 AM
    Does anyone know if there is a way to have chromeless take a screenshot when there is an error thrown?
  • h

    Hardiningtyas

    02/23/2018, 5:44 AM
    Hi guys, why i can not find mutation login?
    m
    • 2
    • 1
  • m

    marlonbrgomes

    02/23/2018, 11:35 AM
    Guys, is there a way to run es6 on graphcool's cloud function resolvers? When I try to use es6
    import
    it brokes with a 400 status
    h
    w
    • 3
    • 12
  • r

    Radu

    02/23/2018, 12:15 PM
    Is there any way to access geospatial queries from mysql?
1...585586587...637Latest