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

    harmony

    03/22/2018, 1:01 PM
    that better have prisma as the backend ๐Ÿ‘€
    w
    • 2
    • 1
  • w

    weakky

    03/26/2018, 5:14 PM
    Am I stupid or thereโ€™s really no link to reset a forgotten password.... ?
  • u

    user

    03/26/2018, 5:36 PM
    @harmony commented on @weakkyโ€™s file

    https://prisma.slack.com/files/U8KE94AFK/F9VGN5GDN/image.pngโ–พ

    : next page
  • w

    weakky

    03/26/2018, 5:37 PM
    Nope
  • u

    user

    03/26/2018, 5:44 PM
    @callmekatootie commented on @weakkyโ€™s file

    https://prisma.slack.com/files/U8KE94AFK/F9VGN5GDN/image.pngโ–พ

    : Enter your email and then click Next - it will exist on this page
  • u

    user

    03/26/2018, 6:25 PM
    @harmony commented on @weakkyโ€™s file

    https://prisma.slack.com/files/U8KE94AFK/F9WCQSA85/image.pngโ–พ

    : click the root thing
  • w

    weakky

    03/26/2018, 6:41 PM
    @callmekatootie was right, I just needed to put my email. The alias thing confused me, I was entering my username! Thanks guys!
  • h

    harmony

    03/26/2018, 8:00 PM
    ๐ŸŽ‰
  • j

    Joe

    04/01/2018, 10:40 PM
    Hey, I have a quick question about subscriptions. In my GraphQL server, I want to subscribe to any updates to a particular node. I see that there is already a generated subscription method on Prisma that returns a promise of AsyncIterator<T>. Can you please give me an example how I can hook into that subscription without sending it to the front end? My use case is that I need to data sync to a legacy system and I would like to do it directly from the server. Is this possible?
  • h

    harmony

    04/01/2018, 10:56 PM
    yes
  • h

    harmony

    04/01/2018, 10:56 PM
    you'll want to create an instance of the prisma connection
  • h

    harmony

    04/01/2018, 10:56 PM
    see
    index.js
    for that
  • h

    harmony

    04/01/2018, 10:57 PM
    then you can start the subscription
  • h

    harmony

    04/01/2018, 10:58 PM
    you'll want to put a loop around the async iterator
    ๐Ÿ‘ 1
    j
    • 2
    • 7
  • s

    shankar

    04/02/2018, 11:14 AM
    Hey How to create and delete mutaion in prisma thanks in advance
  • s

    shankar

    04/03/2018, 8:57 AM
  • s

    shankar

    04/03/2018, 8:57 AM
    delete(parent, { id }, ctx, info) { return ctx.db.mutation.deletePost( { where: { id } }, info ); }
  • s

    shankar

    04/03/2018, 8:58 AM
    how to delete the mutation using this and how to setup src/index.js
  • s

    shankar

    04/03/2018, 8:59 AM
    I am facing this problem Error: Mutation.deletePost defined in resolvers, but not in schema thanks in advance
  • s

    shankar

    04/03/2018, 9:00 AM
  • s

    shankar

    04/03/2018, 9:01 AM
    this is the schema for the given above file
  • s

    shankar

    04/03/2018, 9:01 AM
    thanks in advance
  • a

    adam

    04/03/2018, 11:43 AM
    Hey folks, I've created lib that could help you create graphql api rapidly with tools like Prisma. I thought I'll allow myself to paste link here: https://github.com/prismake/typegql Thanks and let me know if you'd have any questions
    ๐Ÿ‘ 2
  • h

    harmony

    04/03/2018, 11:44 AM
    do not @/here
    โŒ 4
    ๐Ÿ˜ฟ 2
    parrotwave6 1
    โ˜๏ธ 7
    ๐Ÿ˜ž 1
    ๐Ÿ‘ 6
    sadparrot 6
    ๐Ÿผ 1
  • r

    Rick

    04/03/2018, 11:44 AM
    Haha
    @here
    then edit ๐Ÿ˜‚
    ๐Ÿ˜‚ 3
  • r

    Rick

    04/03/2018, 11:44 AM
    Nice try @adam
  • a

    adam

    04/03/2018, 11:45 AM
    Sorry :)
    ๐Ÿ™‚ 2
  • h

    harmony

    04/03/2018, 11:45 AM
    ๐Ÿ˜’
  • b

    bycedric

    04/03/2018, 11:45 AM
    you have startled a lot of users now ๐Ÿ˜‚
  • m

    mo

    04/03/2018, 11:46 AM
    You are lucky Github doesnโ€™t have a thumbs down thing! ๐Ÿ˜„
1...171819...53Latest