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

    pasa

    03/26/2018, 2:33 PM
    Any ideas?
  • h

    huv1k

    03/26/2018, 2:34 PM
    Pls, follow guidelines and stick to threads 🙂
  • p

    pasa

    03/26/2018, 2:34 PM
    Sorry.
  • p

    pasa

    03/26/2018, 2:34 PM
    I'm gonna stick to this in the future.
  • v

    Vakrim

    03/26/2018, 3:12 PM
    hey, prisma-binding has
    fragmentReplacements
    option in constructor ( https://github.com/graphcool/prisma-binding#constructoroptions-prismaoptions-prisma) but I can’t find any examples of using it 😞 Do you have any examples?
    h
    • 2
    • 1
  • c

    cloudpilot

    03/26/2018, 3:18 PM
    hello, just to chime in with my doubts about the different approaches found around Graphcool/prisma/apollo.
  • c

    cloudpilot

    03/26/2018, 3:20 PM
    - Not sure if Graphcool is being replaced by prisma or the corresponding Use cases
    d
    • 2
    • 3
  • c

    cloudpilot

    03/26/2018, 3:20 PM
    - Couldn't find a subscription example working with prisma
    d
    • 2
    • 3
  • c

    cloudpilot

    03/26/2018, 3:22 PM
    - Not sure how to deal with authentication ( if i use graphql for that or some API gateway level auth )
    d
    • 2
    • 2
  • c

    cloudpilot

    03/26/2018, 3:22 PM
    Anybody coming through the same questions would greatly help with your considerations/examples
  • t

    Till

    03/26/2018, 3:41 PM
    Hey, i wanted to dive into prisma but when creating a project via prisma init - and selecting the react biolerplate - the server wont start
    n
    • 2
    • 35
  • t

    Till

    03/26/2018, 3:42 PM
    complaining about qutation marks and such
  • w

    wesbos

    03/26/2018, 6:00 PM
    Hey - so I’m trying Prisma Cloud for the first time right now and i’m finding it’s still really slow
  • w

    wesbos

    03/26/2018, 6:00 PM
    1.25 seconds for a request
  • w

    wesbos

    03/26/2018, 6:00 PM
    @nilan @schickling is that normal? Or is there new ratelimiting?
    l
    t
    n
    • 4
    • 22
  • b

    Bro

    03/26/2018, 6:26 PM
    When writing a mutation resolver for Graphql-yoga -> Prisma, what's the best way to ensure integrity? For instance, I want to move a coin from player1's account, if it exists, to player2's, but not have problems with coins replicating or disappearing.
    d
    n
    • 3
    • 13
  • j

    jjaybrown98

    03/26/2018, 7:25 PM
    Has anyone tried using pusher.com for subscriptions/ws transport?
  • w

    wesbos

    03/26/2018, 7:27 PM
    Are there queries for Enums in Prisma?
    l
    d
    n
    • 4
    • 11
  • j

    jiggliemon

    03/26/2018, 7:50 PM
    Is there a way to map a column name to a schema field?
    Copy code
    const List = new GraphQLObjectType({
      name: 'List',
      fields: {
        id: {
          type: GraphQLID
        },
        name: {
          type: GraphQLString
        },
    
        archived: {
          type: GraphQLBoolean,
          column: 'is_archived' // <--- This thing
        },
    
        items: {
          type: new GraphQLList(Item),
          resolve: listAllListItems
        }
      }
    });
    n
    • 2
    • 1
  • d

    dardub

    03/26/2018, 7:53 PM
    How do I know my local target project id? This is an example from docs to add to target:
    Copy code
    dev: shared-us-west-2/cj8n7vc0101ya01424ihgryke
    • 1
    • 2
  • w

    wesbos

    03/26/2018, 7:57 PM
    Does the Prisma Cloud UI work for anyone? I can’t update anything
    n
    • 2
    • 1
  • e

    ed

    03/26/2018, 7:57 PM
    is the graphcool forum down?
  • w

    wesbos

    03/26/2018, 7:58 PM
    works for me @ed
  • e

    ed

    03/26/2018, 7:58 PM
    @wesbos thx
  • i

    iamclaytonray

    03/26/2018, 8:15 PM
    @wesbos - it’s working for me
  • i

    iamclaytonray

    03/26/2018, 8:15 PM
    Try a hard refresh?
  • w

    wesbos

    03/26/2018, 8:16 PM
    no dice http://wes.io/qRh7
  • i

    iamclaytonray

    03/26/2018, 8:17 PM
    Hmmm….
  • i

    iamclaytonray

    03/26/2018, 8:17 PM
  • i

    iamclaytonray

    03/26/2018, 8:18 PM
    Maybe your schema is broken? Did you recently deploy a new version of that project to Prisma Cloud?
1...621622623...637Latest