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

    AzuriteJP

    10/01/2018, 10:32 AM
    Thanks 🙂
  • s

    shashank

    10/01/2018, 11:54 AM
    docker-compose_yml.txt
  • s

    shashank

    10/01/2018, 11:55 AM
    I was using above file to do prisma deploy . I am getting below mentioned error running that command .
  • s

    shashank

    10/01/2018, 11:55 AM
    -.txt
  • s

    shashank

    10/01/2018, 11:55 AM
    I would be glad if someone could help
    e
    d
    • 3
    • 2
  • a

    aberezkin

    10/01/2018, 12:57 PM
    Hello, I would be very grateful, if someone could answer my question about Prisma at stackoverflow. https://stackoverflow.com/questions/52591611/specifying-prismas-database-name-in-postgresql
  • s

    shashank

    10/01/2018, 2:19 PM
    Error: Variable '$where' cannot be non input type
  • s

    shashank

    10/01/2018, 2:19 PM
    What does that mean ?
    n
    • 2
    • 2
  • s

    shashank

    10/01/2018, 2:25 PM
    I did deploy a prisma server on a localhost postgres from the datamodel generated using prisma introspect . Now that the server is running I was trying to run the query below .
  • s

    shashank

    10/01/2018, 2:26 PM
    -.php
  • s

    shashank

    10/01/2018, 2:26 PM
    and I am getting following error
  • s

    shashank

    10/01/2018, 2:26 PM
    -.txt
  • s

    shashank

    10/01/2018, 2:27 PM
    And I created a client by generating using prisma and I am using a filter . Following snippet has index.js of client
  • s

    shashank

    10/01/2018, 2:27 PM
    -.js
  • s

    shashank

    10/01/2018, 2:28 PM
    which results in following error
  • s

    shashank

    10/01/2018, 2:28 PM
    -.php
  • s

    shashank

    10/01/2018, 2:28 PM
    I was wondering why it isn't working in playground and client ?
  • s

    shashank

    10/01/2018, 2:33 PM
    If I am trying to load schema it isn't working
  • t

    TangoJuliett

    10/01/2018, 8:10 PM
    Is there a good way to get similar types generated for an Angular app as Prisma Bindings generates? Apollo’s codegen doesn’t seem to do what I want (or work, really).
  • k

    kamil

    10/01/2018, 8:18 PM
    @TangoJuliett you can try out GraphQL Code Generator. It's here https://github.com/dotansimha/graphql-code-generator
  • r

    redmega

    10/02/2018, 12:19 AM
    Hoping this is the right place for this. When I try to deploy via cli in my terminal, it just asks me to authenticate over and over I'm not able to deploy my changes
    graphcool deploy
    just results in the cli opening a new browser tab to auth every time I click the "Auth" button
  • a

    Andres Montoya

    10/02/2018, 2:11 AM
    Hi How can I handle a Middleware with the library next-routes? For example, in the server.js file I use: const server = express() server.get("/", myAwesomeMiddleware, (req, res) => handle(req, res)); Thanks 😁.
  • s

    shashank

    10/02/2018, 8:43 AM
    -.txt
  • s

    shashank

    10/02/2018, 8:43 AM
    I am getting above errors for prisma deploy .
  • s

    shashank

    10/02/2018, 8:44 AM
    Alert_offer , Checkout_order_offer are associate entities created to capture manyToMany relation.
  • s

    shashank

    10/02/2018, 8:44 AM
    Is "id" a mandatory field for all tables ?
    n
    • 2
    • 12
  • u

    uufish

    10/02/2018, 8:45 AM
    I cannot make new server…
    n
    • 2
    • 3
  • s

    shashank

    10/02/2018, 10:58 AM
    @nilan Can we restrict prisma to generate only Query API's and not mutation API's for existing db's ?
    n
    • 2
    • 2
  • v

    Vinnie

    10/02/2018, 11:06 AM
    Has anyone done any comparison between Prisma and other stuff is starting to appear out there? Like Postgraphile, Strapi, Loopback 4… etc.
  • s

    shashank

    10/02/2018, 11:45 AM
    @Vinnie if I am not wrong prisma uses Postgraphile for postgres database.
    d
    • 2
    • 1
1...128129130...637Latest