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

    Antonio

    03/13/2018, 7:50 AM
    -.txt
  • a

    Antonio

    03/13/2018, 7:50 AM
    This_is_the_query.txt
  • a

    Antonio

    03/13/2018, 7:51 AM
    I am following a tutorial, but it seems that I cannot use the mutation with authenticateUser?
  • r

    Raeesaa

    03/13/2018, 8:10 AM
    I am facing some performance issues when client query is around 4 level deep. I have raised an issue on github for same: https://github.com/graphcool/prisma/issues/2075 It would be great if someone can have a look at it.
    πŸ‘ 2
    n
    • 2
    • 4
  • a

    Antonio

    03/13/2018, 8:12 AM
    I asked in the forum : https://www.graph.cool/forum/t/graphql-error-cannot-query-field-authenticateuser-on-type-mutation/2820
  • m

    Moritz

    03/13/2018, 9:29 AM
    Hi, I would like to pass an
    after: String
    parameter to a nested parameter from a query resolver in prisma. I am currently reading https://blog.graph.cool/graphql-server-basics-demystifying-the-info-argument-in-graphql-resolvers-6f26249f613a Am I on the right track? Any tips?
  • k

    kron4eg

    03/13/2018, 9:51 AM
    hello
  • k

    kron4eg

    03/13/2018, 9:56 AM
    what is Prisma in relation to graphcool?
    n
    • 2
    • 2
  • m

    Moritz

    03/13/2018, 10:01 AM
    Hi, I still couldn't solve my issue and am not sure whether I am on the right track. Ill go into detail: I have a query endpoint called Β΄wallΒ΄. I would like to query a
    wall
    by
    id
    and also query the connected posts on that wall like so. However, I would like to impose an
    after: ID!
    quering only the posts posted after a certain id. These are my data models:
    Copy code
    type Wall{
      id: ID! @unique
      posts: [Post!]!
    }
    Copy code
    type Post {
      id: ID! @unique
      author: User!
      wall: Wall!
    }
    and my resolver:
    Copy code
    wall(parent, { id, after }, ctx: Context, info) {
        return ctx.db.query.wall(
          {
            where: {
              id
            }
          },
          info
        );
      },
    Now, I would like to limit the returned posts requested via the info object. What is the recommended design for this? Should I manipulate the info object? Or can I somehow change the post resolver that prisma would automatically use above to a custom resolver? Thanks!
  • j

    jof

    03/13/2018, 10:45 AM
    I'm having problems with prisma export
    Copy code
    api πŸ’ƒ  master * πŸ‘‰  prisma export -p ~/dev/blah/api/prisma-export.zip
    Downloading nodes !
     β–Έ    [object Object]
    
    Get in touch if you need help: <https://www.graph.cool/forum>
    To get more detailed output, run $ export DEBUG="*"
    There is no file generated. And nothing in
    .export/
    k
    h
    +2
    • 5
    • 20
  • d

    davidyoung

    03/13/2018, 10:46 AM
    Hi everyone, I'm currently building on GC BaaS. I'm having really inconsistent request times for data. The queries are no bit more complex than the others and it looks like they happen randomly. Any ideas here? Looking at 10s+ frequently for random requests, I must be doing something wrong?
  • j

    jamiehalvorson

    03/13/2018, 12:11 PM
    Hi, has anybody had any experience with using
    disconnect
    on an array of nodes? https://www.graph.cool/forum/t/disconnect-array-of-nodes/2822
  • v

    Vendicto

    03/13/2018, 12:19 PM
    Hi guys, I'm deleting post with nodes with this method: https://www.graph.cool/forum/t/deleting-associated-nodes-in-a-one-to-many-relationship/551 But how to delete the post with subscribe ? I mean what I must do when I delete the post and have some subscribe ? http://prntscr.com/iqko33
  • a

    anton-b

    03/13/2018, 12:45 PM
    I'm not sure if I have done something wrong, since I do not know what I should use
    import { Context } from './utils'
    for? I'm using the advanced node.js boilerplate, but my linter is shouting "'Context' is assigned a value but never used." everwhere πŸ€”
  • a

    anton-b

    03/13/2018, 12:47 PM
    NVM! Just found this commit: https://github.com/graphql-boilerplates/node-graphql-server/commit/e62f28e4d2e4d17734413591a1279b7d8b636c8c#diff-ce9d69ff9121ebead216946df9e1bd09
    πŸ‘ 1
  • v

    Vakrim

    03/13/2018, 12:48 PM
    Do you keep generated files from prisma in repo?
    m
    m
    • 3
    • 2
  • k

    kron4eg

    03/13/2018, 1:09 PM
    how do I deploy graphcool to my own servers in production? I seem can't find that documentation
  • k

    kron4eg

    03/13/2018, 1:09 PM
    is it even possible?
  • h

    harmony

    03/13/2018, 1:22 PM
    https://www.prismagraphql.com/docs/tutorials/cluster-deployment/digital-ocean-(docker-machine)-texoo9aemu
  • b

    bmitch

    03/13/2018, 3:45 PM
    Can someone point me to docs for checking prisma cloud cluster logs?
    n
    • 2
    • 1
  • i

    iamclaytonray

    03/13/2018, 4:32 PM
    For general questions, it may be more helpful (for both yourself and future developers) to read/post questions in the forum. http://forum.graph.cool/forum/
  • j

    Joel

    03/13/2018, 6:34 PM
    Powered by GraphCool ❀️ πŸ™‚ https://producthunt.com/posts/givemini
    πŸ‘ 3
    graphcool 1
    n
    • 2
    • 1
  • t

    TroyZ

    03/13/2018, 6:56 PM
    @nilan is anyone monitoring Intercom? It has said will be back tomorrow for almost a day now. <- For Prisma
    βœ… 1
  • d

    Devin

    03/13/2018, 7:00 PM
    Hey, if I'm going to build a new Nodejs and graphql api with auth0 with no data already would prisma be a good framework to start with to cut down development time?
    h
    n
    • 3
    • 3
  • l

    logan

    03/13/2018, 7:03 PM
    anyone have an
    svg
    of the prisma logo?
    s
    • 2
    • 1
  • j

    janz

    03/13/2018, 7:03 PM
    Is there any way to rollback a
    graphcool deploy
    ? I seem to have broken something with a deploy, and I'm getting constant Internal Server Error messages, even in the console.graphcool, and even duplicating the damaged project seems to freeze
    s
    • 2
    • 2
  • s

    sbornia

    03/13/2018, 8:14 PM
    I’m unable to deploy graphcool-framework projects locally. Tried deploying a fresh project with
    gc init
    and
    gc deploy
    and deploy fails without any error messages, and the generated
    .graphcoolrc
    file contains this:
    {}
    . Did anyone experience this before? @nilan maybe you have heard of this?
    graphcool-framework/0.11.5 (darwin-x64) node-v9.8.0
  • e

    etx

    03/13/2018, 8:34 PM
    OMG You guys made subscriptions work with embedded updates!! AHHH this is awesome!!! thank you!
    o
    • 2
    • 2
  • j

    jof

    03/13/2018, 9:28 PM
    Anyone know how do I get on to the free plan? Creating a cluster asks for $45 a month
    n
    m
    • 3
    • 11
  • m

    McArthur

    03/13/2018, 9:37 PM
    When adding your own logging to prisma deployment do you have access to the requestId anywhere?
    n
    • 2
    • 4
1...607608609...637Latest