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

    trjstewart

    01/25/2018, 7:21 AM
    it looks like I can set the downloadPath via CDP options? I am unsure of the structure etc of those options though
  • m

    miho

    01/25/2018, 8:21 AM
    Day 6 ->
    software.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded
    😢 2
    n
    m
    n
    • 4
    • 5
  • m

    max

    01/25/2018, 9:36 AM
    anyone else get a 502 error on prisma deploy?
    Copy code
    environment generateClusterToken +0ms
    Error: GraphQL Error (Code: 502): {"response":{"error":"An error occured with your deployment\n","status":502},"request":{"query":"\n      mutation ($input: GenerateClusterTokenRequest!) {\n        generateClusterToken(input: $input) {\n          clusterToken\n        }\n      }\n    ","variables":{"input":{"workspaceSlug":"public-springfighter-266
    t
    • 2
    • 4
  • m

    max

    01/25/2018, 9:59 AM
    Do we need a
    ~/.prisma/config.yml
    file if we are deploying to the shared cluster? it's not clear to me in the docs https://www.prismagraphql.com/docs/reference/clusters/overview-eu2ood0she
    t
    • 2
    • 5
  • p

    php smarter

    01/25/2018, 10:10 AM
    prisma doesn't have a console?
    h
    j
    • 3
    • 4
  • r

    rein

    01/25/2018, 10:23 AM
    hi everyone, I had a question. Is it possible for graphcool framework to interact with AWS Lambda functions? I need a periodical function to run for scraping some data but I would like to save that in my graphcool database
    m
    • 2
    • 1
  • m

    max

    01/25/2018, 10:31 AM
    Having trouble creating a prisma account 😞
  • m

    max

    01/25/2018, 10:59 AM
    Does Prisma support the Json type? https://www.graph.cool/forum/t/does-prisma-support-json/2311
  • p

    php smarter

    01/25/2018, 11:12 AM
    how to ensure insertData is unique?no duplicate?
    m
    • 2
    • 2
  • d

    Daniel Min

    01/25/2018, 11:24 AM
    In Prisma, how I make a field on a type that won't be added on database but result? I mean, for example:
    Copy code
    type Post {
        id: ID! @unique
        content: String!
        summary: String! # this field isn't need to be added on database, we can add it on the result of db query later.
    }
  • r

    rein

    01/25/2018, 11:42 AM
    is there a limit on how many items I can add in one mutation?
  • h

    hari mohan

    01/25/2018, 11:55 AM
    what_I_am_doing_wrong.scpt
  • h

    hari mohan

    01/25/2018, 11:58 AM
    my_playground_query.scpt
  • t

    tobiasblock

    01/25/2018, 12:02 PM
    I need a advice: An article has an
    onTime
    , a
    offTime
    and a
    status
    . I want to set the
    status
    to "published" after onTime and to 'draft' after offTime. What is the best way to execute a action on a time based event? Any best practice?
    m
    • 2
    • 3
  • u

    user

    01/25/2018, 12:06 PM
    @max commented on @hari mohan’s file https://prisma.slack.com/files/U8SDMFPR8/F8YF7550A/my_playground_query.scpt: you need to pass the id to the query.
    Copy code
    return ctx.db.query.commonInventrys({ where: { id: id }, info)
    my_playground_query.scpt
  • u

    user

    01/25/2018, 12:09 PM
    @hari mohan commented on @hari mohan’s file https://prisma.slack.com/files/U8SDMFPR8/F8YF7550A/my_playground_query.scpt: I have pass id but same error...
    my_playground_query.scpt
  • d

    Domantas

    01/25/2018, 12:09 PM
    Hi, how to make that everytime an user is created a functions runs and adds all necessary fields on new user?
    m
    • 2
    • 1
  • u

    user

    01/25/2018, 12:14 PM
    @max commented on @hari mohan’s file https://prisma.slack.com/files/U8SDMFPR8/F8YF7550A/my_playground_query.scpt: then I'm not sure other make you have it in your schema and loaded in your resolvers
    my_playground_query.scpt
  • m

    miho

    01/25/2018, 12:26 PM
    Unzipping... ⣯ ▸ invalid signature: 0x80014
  • d

    Domantas

    01/25/2018, 12:26 PM
    Okay I tried to use subscription, but I am pretty sure something is wrong.
  • m

    Marco

    01/25/2018, 12:46 PM
    I'm really confused. I cannot understand the contents of the README.md in the root directory. Why do I have to start a node server? Isn't it already running inside docker?
  • u

    user

    01/25/2018, 12:48 PM
    @hari mohan commented on @hari mohan’s file https://prisma.slack.com/files/U8SDMFPR8/F8YF7550A/my_playground_query.scpt: okay @max thanks.
    my_playground_query.scpt
  • m

    miho

    01/25/2018, 12:49 PM
    import/export not works with system
    type User
    ? .. seems all types was moved correctly .. but type User is empty
  • c

    congy

    01/25/2018, 1:26 PM
    @nilan After reading through Prisma and graphcool documentations, introduction post etc., I realized I still have no idea what's the difference between them. I want to use graphcool/prisma as BaaS. I don't want to host anything, I want to have DB backups, etc... What should I aim for?
    👍 1
    n
    • 2
    • 2
  • p

    php smarter

    01/25/2018, 2:24 PM
    prisma don't have console😀
    n
    • 2
    • 1
  • e

    emattias

    01/25/2018, 2:44 PM
    I need to update the apollo cache for a query that has
    from
    to
    to
    date filter variables. I want to clear that cache for that query no matter which
    from
    and
    to
    date you have. How do I do that? 🤔
  • m

    Manuel

    01/25/2018, 2:45 PM
    hi everyone, thanks for the invite, I'm happy to join, learn, build & contribute.
    👋 1
    n
    • 2
    • 1
  • j

    johnkpaul

    01/25/2018, 2:49 PM
    Where can I find documentation on why an array in my data model turns into a CreateInput schema with a
    set
    field?
    n
    • 2
    • 5
  • m

    Marco

    01/25/2018, 3:01 PM
    Moving from graphcool-framework to prisma has been a bit frustrating. Nothing seems to work as it should...
    m
    • 2
    • 9
  • s

    Stef

    01/25/2018, 4:58 PM
    I’m using the hosted graphcool service. Is there any way to get nightly backups of the data?
    n
    • 2
    • 1
1...543544545...637Latest