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

    nik

    09/19/2018, 9:25 AM
    Is anyone using this in a real production environment? Would you suggest doing it? I am building a new project and currently thinking about the techs I want to use. I have used prisma in a smaller project and it worked fine, but I am not sure if I will hit any limitations as soon as it gets more complex. The other options I have is building a REST API with PHP (that's what I'm comfortable with and the frameworks are great, but I really love using graphQL on client side). Or I use graphql-yoga without prisma (or use prisma just to generate the schemas) and then connect a mongodb database or a REST API to the resolvers. I am not sure which is the smartest decision... I'd like go full on prisma, but it seems that there are still many things under costruction. Any suggestions?
  • m

    Marcus

    09/19/2018, 9:31 AM
    Hi. What is the schedule for the mongo connector? We tried the beta - embedded types are great - but without relations and uniqueness we can't test it on our current project. When do you plan a stable release?
    n
    • 2
    • 1
  • p

    panzupa

    09/19/2018, 9:56 AM
  • p

    panzupa

    09/19/2018, 9:56 AM
    I tried my two old accounts and new one today
  • p

    panzupa

    09/19/2018, 9:56 AM
    I can't login into account
    n
    • 2
    • 1
  • j

    Jidé

    09/19/2018, 1:44 PM
    Is there a place with a roadmap, planned features, ETA somewhere ? It would be great to have more visibility on planned features ! (shameless plug: especially interface type 😉)
  • w

    Wes

    09/19/2018, 3:54 PM
    So this might be answered somewhere in the Docs, I haven’t found it yet and was hoping someone might be able to answer my question or point me at the resource. When using ‘prisma init’ I select the demo server option and it only allows me to select one of my workspaces/regions, is there a way to select other workspaces during the init cycle?
    t
    • 2
    • 2
  • a

    Andres Montoya

    09/19/2018, 7:10 PM
    Hi, someone has any example about how to implement "background sync" to a pwa application working on workbox? Thanks 😁
  • l

    lribeiro

    09/19/2018, 7:28 PM
    Hi, I need help to deploy my serverless app to AWS Lambda. Is there anyone here available to assist?
    j
    • 2
    • 12
  • s

    Sam

    09/19/2018, 8:26 PM
    I have already developed a graphql api for mssql that dynamically introspects the INFORMATION_SCHEMA to build out the Types, Queries and resolvers with a simple plugin model to allow "coaching" of the introspection process. I stumbled onto prisma.io just now. Thinking about cloning and submitting a pull request. Is that a good idea?
  • c

    Chris H

    09/19/2018, 11:36 PM
    Can I export from a Prisma on mySQL then import into a Prisma on PostgreSQL ?
    n
    • 2
    • 1
  • q

    quadsurf

    09/20/2018, 4:40 AM
    when i write a query/mutation in the playground to test it and complete it, i then have to copy/paste its syntax into 2 codebases... my react native app, and my desktop web app... but then if a desktop dev updates that query/mutation and forgets to let the react native dev know about the changes, this ends up causing inconsistencies... i would prefer a single source of truth where all my graphQL queries/mutations can live, and I don't want it to be on my own backend server with an api that exposes endpoints for web and mobile, i would much rather prefer using some kind of serverless cloud service that hosts my queries/mutations, but unfortunately when i google around for this, i find nothing... my first inclination is that Prisma or AWS AppSync would be the ones to offer this, but they don't... does anyone know of such a service? does any one see any value in such a service?
    h
    • 2
    • 1
  • w

    w0wka91

    09/20/2018, 5:04 AM
    Is there any other way to query specific data/relations with prisma binding then passing the info string? I would like to retrieve the whole entity with all fields and relations to execute some server side business logic
    l
    • 2
    • 1
  • m

    Moritz

    09/20/2018, 8:08 AM
    Hi, since when is Prisma generating resolvers? https://github.com/prisma/graphql-prisma-typescript/tree/master/src/generated Is this the recommended way to pass down prisma resolvers to the client now? Doesnt this eliminate the need for prisma bindings completly?
    🤐 1
    j
    • 2
    • 2
  • j

    Joe

    09/20/2018, 9:37 AM
    Anybody have an idea how to increase the String size limit? (Currently limited to 256Kb)
    👍 1
  • l

    Lotafak

    09/20/2018, 9:47 AM
    Hey! It might be a stupid question, but… Can anyone tell me where can I change the password for my account in console.graph.cool? I can’t find the option anywhere …
  • x

    xiaoqf10

    09/20/2018, 12:30 PM
    what's the difference of exclamation mark.
    [String!]
    or `[String!]! or `[String] or `[String]!
    s
    • 2
    • 13
  • x

    xiaoqf10

    09/20/2018, 12:31 PM
    confused
  • j

    jdoyle112

    09/20/2018, 1:39 PM
    DOes anyone know how to query with a filter variable to check if the value is on a certain date? Graphql stores DateTime values with the time and I only want to check the day.
  • j

    jdoyle112

    09/20/2018, 1:39 PM
    Do I need to do less than and greater than arguments where it’s the day before and day after?
  • v

    val

    09/20/2018, 1:56 PM
    it's how i'd imagine you'd need to do it @jdoyle112
  • j

    jdoyle112

    09/20/2018, 1:59 PM
    Thanks @val
  • m

    Matthew Vandergrift

    09/20/2018, 2:40 PM
    @jdoyle112 we use graphql-iso-date, which has a GraphQLDate class that only includes the date component
  • m

    Matthew Vandergrift

    09/20/2018, 2:57 PM
    @jdoyle112 although that wouldn't help your querying out of the box
  • j

    jdoyle112

    09/20/2018, 2:58 PM
    Thanks for the tip!
  • p

    Philipp

    09/20/2018, 3:27 PM
    Hi! Does enybody have problems with graphcool connection?
  • c

    condef5

    09/20/2018, 3:51 PM
    Hi What orm (relational bd) recommend me to work with graphql
    d
    • 2
    • 2
  • i

    ivor

    09/20/2018, 6:14 PM
    Does anyone have a guide or article about how to deploy Prisma on Linode?
    l
    c
    • 3
    • 4
  • b

    Brent

    09/20/2018, 6:53 PM
    Anyone have a good guide for FB/Google authentication with Prisma? Saw the graphcool templates, but not sure how easily those port over. Thanks!
    l
    • 2
    • 2
  • i

    ivor

    09/20/2018, 6:55 PM
    @lawjolla Done. I was putting my IP without the port 4466.
    🎉 1
1...121122123...637Latest