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

    user

    01/19/2018, 2:49 PM
    @develomark commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : To add my two penny's worth. I love this idea and see great use with what I'm doing.
  • u

    user

    01/19/2018, 2:49 PM
    @develomark commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : I think it would be more powerful to implement with directives.
  • u

    user

    01/19/2018, 2:50 PM
    @fabien0102 commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : a
    @versioning(name: "PostHistory")
    should be perfect to avoid this massive copy/past party ^^
  • u

    user

    01/19/2018, 2:50 PM
    @develomark commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : ```mutation { createProduct @history(version: 2))( name: "Demo", price: 10.00, ) { id } }
  • u

    user

    01/19/2018, 2:50 PM
    @develomark commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : Right!
  • u

    user

    01/19/2018, 2:51 PM
    @fabien0102 commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : I was thinking about the datamodel definition
  • u

    user

    01/19/2018, 2:51 PM
    @develomark commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : You can define in both
  • u

    user

    01/19/2018, 2:51 PM
    @fabien0102 commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : Sure!
  • n

    nilan

    01/19/2018, 2:51 PM
    Please continue your conversation in this thread.
    i
    f
    d
    • 4
    • 10
  • j

    Jarand

    01/19/2018, 2:51 PM
    I have two components. The first one is <Feed />. The feed queries for all posts in the database. It iterates over each post and returns <Post id={post.id} />. The <Post /> component then queries for the post info based on the postId. I only want the <Post /> component to update live when the data is changed in the query. The <Feed /> have to refetch the data to get the new data. Is this possible?
    i
    • 2
    • 39
  • u

    user

    01/19/2018, 2:52 PM
    @develomark commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F8WF5F555/image.png▾

    : You could then do some introspection queries client side to see if the Type and/or field has versioning.
  • m

    miho

    01/19/2018, 3:02 PM
    graphcool logs -f mySuperFunction --tail
  • m

    miho

    01/19/2018, 3:02 PM
    504
  • m

    miho

    01/19/2018, 3:02 PM
    omg
  • m

    miho

    01/19/2018, 3:02 PM
    ERROR: GraphQL Error (Code: 504)
  • e

    ehodges

    01/19/2018, 3:50 PM
    How do I find the React channel?
    t
    m
    • 3
    • 6
  • j

    jweite

    01/19/2018, 3:59 PM
    Hello. I'm evaluating graphcool hosted service for a project. I'll need to import objects, so I'm first trying to export the single object I created without success. Attempts to use the cli results in "The download of nodes failed. You may get fragmented data. Request ID: us-west-2simplecjckq4h51x50l0119x0lbppjc". There is no nodes.json file in the zip. Attempts to use the /export endpoint result in: { "requestId": "us-west-2simplecjckq0utrx4ao0119lpbx4mm6", "error": "Whoops. Looks like an internal server error. Please contact us from the Console (https://console.graph.cool) or via email (support@graph.cool) and include your Request ID: us-west-2simplecjckq0utrx4ao0119lpbx4mm6" }
  • j

    jweite

    01/19/2018, 4:00 PM
    Any thoughts on how I can proceed? (I did email but haven't heard back).
  • p

    picosam

    01/19/2018, 4:35 PM
    Hello, what GraphQL plugin do you use for Visual Studio Code, and can you share your configuration for it?
    i
    • 2
    • 1
  • m

    max

    01/19/2018, 5:00 PM
    @nilan @sorenbs Getting the following on deploying to gc
    software.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded. (Service: null; Status Code: 400; Error Code: CodeStorageExceededException; Request ID: 19a9fb2a-fd3a-11e7-874b-e7513488b224)
    anyone else seeing this?
    🙄 4
    👋 2
    n
    j
    +4
    • 7
    • 11
  • j

    jmmaniego

    01/19/2018, 5:04 PM
    got this too.. the error message is obvious, maybe something to do with how many custom resolver you have? it’s weird because I didn’t add anything
  • m

    max

    01/19/2018, 5:05 PM
    Looks like graphcool has hit the limit of 75GB of code storage on AWS lamdba
  • m

    max

    01/19/2018, 5:05 PM
    https://docs.aws.amazon.com/lambda/latest/dg/limits.html
  • m

    max

    01/19/2018, 5:05 PM
    https://tobywf.com/2017/09/aws-lambda-code-storage-limit-exceeded/
  • m

    max

    01/19/2018, 5:05 PM
    I think it's on the graphcool/aws side (i.e. not something we've done)
  • m

    max

    01/19/2018, 5:08 PM
    that's a lot of code 🦜😄🙌
  • n

    Nasim Akhtar

    01/19/2018, 5:25 PM
    howdy!
  • n

    Nasim Akhtar

    01/19/2018, 5:26 PM
    i am just start prisma graphql
  • n

    Nasim Akhtar

    01/19/2018, 5:26 PM
    when running prisma init test
  • n

    Nasim Akhtar

    01/19/2018, 5:27 PM
    cli through error
1...529530531...637Latest