https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# orm-help
  • v

    vjsingh

    06/24/2019, 5:46 PM
    Anyone seen this error before - “src/generated/nexus-prisma/nexus-prisma.ts|1237 col 33 error| TS1122: A tuple type element list cannot be empty.“?
  • a

    Alvar Lagerlöf

    06/24/2019, 6:02 PM
    Does prisma in any way avoid the request waterfall?
  • v

    vjsingh

    06/24/2019, 7:40 PM
    Is there a way to make an argument in nexus-prisma that is a list of a user-made type?
    y
    • 2
    • 2
  • t

    TangoJuliett

    06/24/2019, 9:39 PM
    Does Prisma 1.26 -1.34.x still support server-side subscriptions?
  • j

    Joseph

    06/25/2019, 1:13 AM
    Are these Prisma or Apollo errors? I have a console.log in my mutation that isn't even being hit.
    l
    y
    • 3
    • 5
  • a

    Andre Coetzee

    06/25/2019, 6:18 AM
    its apollo. bad request could mean that you have schema errors
  • m

    Michał Chmura

    06/25/2019, 6:42 AM
    during Prisma Day, @Lydia Hallie has talked about a tool that helps integration testing with parallel database pool. I've found the repo she mentioned but it appears to be empty 😞 https://github.com/prisma/db-testing-pool any status updates on it?
    l
    • 2
    • 2
  • p

    Pedro Jardim

    06/25/2019, 1:34 PM
    Hi guys, I getting a error when try to deploy prisma. I'v already made a first deploy, and had import data to the DB. than, when I execute prisma deploy, at another time, my console throws this error: 'ENAMETOOLONG': spawn ENAMETOOLONG while my prisma server logs says: "{"key":"error/handled","requestId":"local:cjxbtigzv02gl06108s06krn6","payload":{"exception":"com.prisma.deploy.schema.AuthFailure: No 'Authorization' header provided.","query":"{\n listProjects {\n name\n }\n }","variables":"{}","code":"3015","stack_trace":"" You guys have any idea of what is going on?
    h
    • 2
    • 2
  • t

    TangoJuliett

    06/25/2019, 2:38 PM
    Does Prisma 1.26 -1.34.x still support server-side subscriptions?
    h
    • 2
    • 1
  • t

    TangoJuliett

    06/25/2019, 4:42 PM
    What is the rationale behind not having
    upsert
    as a nested action inside a
    *CreateInput
    ?
  • j

    Juan Varela

    06/25/2019, 5:19 PM
    quick question, does the admin support aggregation? COUNT, AVG, etc?
    h
    • 2
    • 1
  • s

    Steve Baek

    06/25/2019, 5:50 PM
    Is Prisma2 stable for production?
    h
    • 2
    • 1
  • s

    Stephen Jensen

    06/25/2019, 5:56 PM
    @Steve Baek definitely not at this point. It’s still in the beta phase.
  • a

    Andrés Villalobos

    06/25/2019, 6:36 PM
    Hi! I'm wondering if Prisma 1 subscriptions are stable enough for production? Considering that Prisma 2 won't include subscriptions at first, would be better to use socket.io instead? What do you all think?
    b
    • 2
    • 2
  • y

    yuritoledo

    06/25/2019, 6:42 PM
    Hello! Can I use Prisma as a Backend as a Service?
    h
    • 2
    • 2
  • h

    Hays Clark

    06/25/2019, 7:00 PM
    Question: Is there any interest in a Seattle Prisma Meetup? Are the current cities just based on where the core members or contributors live?
    h
    e
    • 3
    • 2
  • y

    yuritoledo

    06/25/2019, 7:02 PM
    Where can I host a prisma server?
    h
    j
    h
    • 4
    • 6
  • h

    Hays Clark

    06/25/2019, 7:32 PM
    Anyone know who designs the Prisma website? Is it done internally?
    h
    • 2
    • 1
  • c

    Craig

    06/26/2019, 1:20 PM
    Anyone who uses prisma and their DB container within the same docker-compose file have a strategy for getting the prisma container to wait until the DB is actually started (It tries to connect to postgres because the container is up but I get a bunch of
    FATAL: the database system is starting up
    errors)
    h
    • 2
    • 1
  • p

    prilutskiy

    06/26/2019, 1:31 PM
    I am using, but I never saw such error
  • p

    prilutskiy

    06/26/2019, 1:32 PM
    I saw some hacks with docker and health status, to kinda “start A after initialization of B” but I don’t have experience with that
  • p

    prilutskiy

    06/26/2019, 1:32 PM
    Maybe you would want to give it a try
  • a

    ahebwa49

    06/26/2019, 1:41 PM
    Hello team, I'm trying to deploy my prisma server for the first time and I'm having this error to rectify. I need some help please. @Harshit
    h
    • 2
    • 9
  • h

    HarryC

    06/26/2019, 3:21 PM
    Hi, wondering about a use case where I directly query against the prisma server (without using additional servers like apollo/yoga)? This saves me time in not having to write resolvers, and I whitelist only my app to make requests to it
    j
    • 2
    • 10
  • j

    Joseph

    06/26/2019, 3:37 PM
    @Harshit If you have a second can you explain to us the current state of scalar lists? I've been trying to implement an array of enums for several days and seen a lot of conflicting information about the '@scalarList' directive and filtering capabilities
    h
    a
    j
    • 4
    • 9
  • g

    Giancarlo Anemone

    06/26/2019, 5:58 PM
    Hello! I have a PR for vscode-graphql: https://github.com/prisma/vscode-graphql/pull/119
  • m

    Matt B.

    06/26/2019, 7:02 PM
    Hello! I'm have trouble using an environment variable within a prisma.yml file:
    h
    • 2
    • 1
  • m

    Matt B.

    06/26/2019, 7:02 PM
    endpoint: ${env:PRISMA_SERVICE_ENDPOINT} datamodel: datamodel.prisma generate: - generator: javascript-client output: ../../data/system/client - generator: graphql-schema output: ../../data/system/graphql/prisma.graphql
  • m

    Matt B.

    06/26/2019, 7:02 PM
    I have the variable set, but it fails when I run prisma delpoy:
  • m

    Matt B.

    06/26/2019, 7:03 PM
    ▸ [WARNING] in /home/tron/Projects/Prisma/hello-world/data/system/prisma.yml: A valid environment variable to satisfy the declaration 'env:PRISMA_SERVICE_ENDPOINT' could not be found.
1...286287288...637Latest