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

    Toni Haupt

    06/05/2018, 12:06 PM
    Hello everybody and greetings from germany 👋
    👋 5
  • t

    Toni Haupt

    06/05/2018, 12:12 PM
    I would like to ask for something special or maybe very normal topic. It's for the workflow i would like to describe now. I'm starting a new project with prisma init and start with new db working on my local docker. Now i have also created my stack on aws with ec2, load balancer and aws rds. What is best practice to deploy my changes also to the remote location and being able to work also on my offline first machine inside docker? Is there some best practice strategy for this kind of tasks?
    n
    • 2
    • 4
  • a

    Andres Montoya

    06/05/2018, 1:26 PM
    Hi 👋, someone knows how can I download a file with graphql yoga? Thanks :)
  • m

    Moritz

    06/05/2018, 2:29 PM
    Hi everyone, when I use apollo android with a prisma/yoga backend, the
    AND
    argument from apollo is handed over as
    aND
    and throws a http 400 when handed on to prisma. This is probably due to the java method naming convention by apollo (
    aND()
    ). Has anyone had any experience with this? Is it desirable that prisma throws an error when the inputs
    where
    contains
    aND
    instead of
    AND
    or should it be case insensitive? Should I file apollo issue then? Heres the error:
    Copy code
    Variable "$where" got invalid value {"user":{"aND":[{"profile":{"name_contains":""}},{"profile":{"name_contains":""}}]}}; Field "aND" is not defined by type UserWhereInput at value.user; did you mean AND?
    Thanks!
  • p

    peter

    06/05/2018, 2:56 PM
    anyone have experience integrating
    passport.js
    with a
    prisma+yoga
    service?
  • c

    ceero

    06/05/2018, 3:05 PM
    Building a production platform for my startup and I'm weighing using Prisma. I have seen a lot of talk about bugs and issues. Is Prisma really ready for solid Production use?
    n
    • 2
    • 2
  • j

    Jscott388

    06/05/2018, 4:04 PM
    Does prisma cap the number of data returned?
    d
    n
    • 3
    • 21
  • s

    Sam Jackson

    06/05/2018, 4:10 PM
    Do any of you have experience using Apollo's iOS client?
  • v

    Vimox

    06/05/2018, 5:18 PM
    how can I pass multipart form-data and file upload using graphql-ruby at serverside?
  • n

    Nathan Tomsic

    06/05/2018, 5:42 PM
    in pieces
  • n

    Nathan Tomsic

    06/05/2018, 5:43 PM
    badum tsh
    😆 2
  • p

    Pedro Nascimento

    06/05/2018, 6:29 PM
    Hey @dpetrick, it seems you were the one who created the
    prisma-heroku
    repository, right? We’re having issues moving forward setting Prisma on Heroku.
    d
    n
    • 3
    • 6
  • t

    terion

    06/05/2018, 7:01 PM
    https://www.prisma.io/features/databases/ It is written that Fulltext Search supported. But nothing in docs about it. How to use Fulltext Search?
  • j

    Jscott388

    06/05/2018, 8:22 PM
    How you return the count of all the docs with prisma bindings
  • j

    Jscott388

    06/05/2018, 8:45 PM
    Anyone? Count? Anyone? How do you get the count since you can't get around the stupid limit of 1000 nodes. So stupid
    m
    n
    • 3
    • 46
  • j

    Jscott388

    06/05/2018, 8:48 PM
    Well guess back to ditching Prisma, yet again!!! So frustrating.
  • r

    ryannealmes

    06/05/2018, 8:49 PM
    Does anyone know how prisma + mysql container handle ensuring the mysql container is spun up and mysql is running before prisma container is spun up? From my investigation it doesn’t which results in things breaking when you run docker-compose (if prisma spins up before mysql is running)
    j
    n
    • 3
    • 23
  • d

    dreadjr

    06/06/2018, 12:07 AM
    Anyone have any good references or guidance around using React Apollo and filtering the graphql on the client side using many different filters, I am trying to use
    @client
    with mutations?
  • n

    Nick

    06/06/2018, 12:51 AM
    I'm I the only who feels like gatsby js makes it easy like really easy to work with graphql
    n
    • 2
    • 1
  • s

    shanky

    06/06/2018, 2:19 AM
    I am looking into this issue https://github.com/prismagraphql/prisma/issues/2210. Can anyone guide me where to look for this?
    n
    • 2
    • 2
  • v

    vix

    06/06/2018, 3:22 AM
    anyone have a tip for how to get a new cluster running? fingers slipped on the docker option and i'm unable to escape
    prisma local
    . I removed the cluster property from prisma.yml but it won't prompt me again for the deploy location 🤔 still says cluster local is provided
    n
    • 2
    • 3
  • i

    impowski

    06/06/2018, 4:06 AM
    Hi, can anyone help me with this one? https://www.prisma.io/forum/t/getting-cannot-return-null-for-non-nullable-field-mutation-signup/3695
    👍 1
  • e

    Evert Smit

    06/06/2018, 10:40 AM
    Is there a work-in-progress or some more information on connecting to an existing DB with data? https://www.prisma.io/docs/tutorials/setup-prisma/connect-db-with-data/postgres-chie5yui7r only says 'coming soon'
    n
    • 2
    • 3
  • p

    pettanko

    06/06/2018, 10:52 AM
    How would you choose what fields a query can return?
    n
    • 2
    • 1
  • p

    pettanko

    06/06/2018, 2:09 PM
    Does it exist any tooling for graphql-yoga/prisma that provides GUI for editing like graph.cool style?
    w
    p
    • 3
    • 5
  • a

    alexey.rodionov

    06/06/2018, 2:41 PM
    Hey, guys! Anybody use Polymer? I need to integrate Prisma and Polymer with GraphQL real-time subscriptions (updates) on client-side.
  • i

    impowski

    06/06/2018, 3:11 PM
    Is this normal on Debug?
    TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
  • d

    Dorkside

    06/06/2018, 4:01 PM
    Hey. Managed to get prisma working and wondering how I would go about schema-stitching? Is this the kind of use-case for which GraphCool would be my savior?
    n
    a
    • 3
    • 4
  • s

    steveb

    06/06/2018, 6:48 PM
    Using Prisma, is there a way to manually specify the value for a
    DateTime
    field in a mutation (on the db, not yoga)? I see that the generated inputs don't contain our
    createdAt
    and
    updatedAt
    fields
  • p

    pettanko

    06/06/2018, 7:32 PM
    I can't seem to get where to work on local side. Only works if I query prisma.io or through playground to prisma. Trying to do where: { OR: [{}] } :s
1...495051...637Latest