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

    Raviv

    04/12/2018, 2:57 PM
    Hello everybody, Is there a method to soft delete? Thanks
    h
    n
    t
    • 4
    • 9
  • f

    fcosrno

    04/12/2018, 5:15 PM
    Do we have documentation on a connectOrCreate equivalent in mutations? Something like rails’ findOrCreate? It’s not obvious where this ended: https://github.com/graphcool/prisma/issues/1280#issuecomment-352201407
  • t

    tsdexter

    04/12/2018, 5:38 PM
    I am still unable to
    deploy
    and graphcool framework config to any graphcool clusters. I have been deploying the same project for months, to numerous clusters/instances and updating existing ones over hundred times… ever since the issues last week
    deploy
    gets a cloud front timeout error…. nilan suggests I can separate the schema into multiple files with less type defs and
    deploy
    it several times in chunks… anyone know how to do this?
  • n

    nilan

    04/12/2018, 7:03 PM
    ICYMI: https://github.com/graphcool/prisma/issues/1734 was fixed in
    1.5.2
    🎉 🙂
    🎉 3
    🙏 1
    f
    l
    z
    • 4
    • 7
  • m

    Mike Clymer

    04/12/2018, 7:32 PM
    Will the ability to manage connection pools be available in the PostgreSQL Connector for Prisma?
  • l

    lawjolla

    04/12/2018, 7:38 PM
    There used to be a Prisma roadmap on github. Is there still one around?
    n
    • 2
    • 1
  • d

    Devin

    04/12/2018, 9:45 PM
    Is there a guide or is it really simple to switch from a local cluster to a dev cluster?
    h
    • 2
    • 2
  • h

    harrisrobin

    04/13/2018, 1:09 AM
    hey!
  • h

    harrisrobin

    04/13/2018, 1:09 AM
    Does anyone if one can mix forwardTo with custom resolvers. The context is wrapping a rest API, for the most part i want to maintain
    forwardTo(db)
    but want to nest some data via a rest API.
  • h

    harrisrobin

    04/13/2018, 1:10 AM
    don't think its possible but want to avoid another resolver for what i really want to represent as nested data to my existing datamodel
  • h

    harrisrobin

    04/13/2018, 1:10 AM
    just wondering if anyone knew
  • k

    kaiba

    04/13/2018, 2:04 AM
    has anyone tried using graphql-yoga with AWS Lambda?
  • h

    harrisrobin

    04/13/2018, 2:30 AM
    @kaiba yes im using it now with aws lambda
  • k

    kaiba

    04/13/2018, 2:40 AM
    Did you use 'handler.playground' as the Handler for the Function code config on your lambda function?
  • k

    kaiba

    04/13/2018, 2:40 AM
    @harrisrobin ^
  • m

    mrboutte

    04/13/2018, 3:13 AM
    hey guys, new to graphcool… How would one go about importing an existing MySql DB w/ prisma service
  • m

    mrboutte

    04/13/2018, 3:13 AM
    I’m just getting up an running with the lovely -> https://github.com/graphql-boilerplates/node-graphql-server/tree/master/advanced
  • m

    mrboutte

    04/13/2018, 3:28 AM
    ahh
    As of today, the conversion from any concrete data source (like MySQL, MongoDB or Firebase) to NDF must be performed manually.
    👍 1
    n
    • 2
    • 2
  • t

    tsdexter

    04/13/2018, 6:56 AM
    whats the difference in prisma cloud between running on their clusters and running on your own cluster/mysql database?
  • q

    quadsurf

    04/13/2018, 7:02 AM
    does any one have a link to the docs for the legacy console?
  • q

    quadsurf

    04/13/2018, 7:03 AM
    does anyone know if it's possible to install/import node modules for serverless functions inside the legacy console?
    t
    • 2
    • 1
  • q

    quadsurf

    04/13/2018, 7:09 AM
    in that serverless legacy console function, i'm needing to send a post request to a remote api, but the
    fetch
    and/or
    https
    includes do not seem to be supported, even though they are natively part of the node api for example, the following does not work:
    const fetch = require('fetch')
    const https = require("https")
    const fetch = require('isomorphic-fetch')
    t
    • 2
    • 2
  • p

    pasa

    04/13/2018, 10:17 AM
    Hey everyone, I was just wondering, if there are any complete guides on how to deploy a full prisma application to a root server running Ubuntu. I would like to host my first project like this to save some money until it scales up, concerning user counts. (including graphql-yoga server)
    h
    l
    m
    • 4
    • 21
  • j

    jjaybrown98

    04/13/2018, 11:43 AM
    anyone able to help me understand what SharedLink does in the prisma-binding ? https://github.com/graphcool/prisma-binding/blob/master/src/SharedLink.ts
    t
    • 2
    • 2
  • l

    Lydia

    04/13/2018, 4:30 PM
    Hi, this is my first time trying to deploy React/GraphQL/Prisma app. I deployed my Prisma cluster to AWS Faragate following this tutorial (https://blog.graph.cool/how-to-deploy-a-prisma-cluster-to-aws-fargate-using-docker-cloudformation-293aa8727b89). Now I'm trying to figure out the next step. What would be the best way to deploy the rest of the React+Prisma app on AWS (i.e. EC2, S3)?
    p
    n
    s
    • 4
    • 5
  • p

    patrick

    04/13/2018, 4:46 PM
    Can some of you guys describe your versioning strategy and deployment workflow for your GraphQL server + Prisma stack?
  • s

    steveb

    04/13/2018, 8:01 PM
    Can anyone using Prisma recommend how to handle
    resolveType
    issues? After updating Prisma and graphql-tools, we started getting the following warning:
    Type "Node" is missing a "resolveType" resolver. Pass false into "resolverValidationOptions.requireResolversForResolveType" to disable this warning.
  • i

    irc_king

    04/13/2018, 9:19 PM
    there seems to be an issue when using setHtml with a long html string when using chromeless({remote:true}) , locally works fine though can have as long html-string as you like
  • d

    devan

    04/13/2018, 11:56 PM
    Anyone else encountering this issue?: https://github.com/apollographql/graphql-tag/issues/77
  • m

    medelman

    04/14/2018, 2:12 PM
    I'm attempting to migrate a working, prisma-backed, node EC2-based, graphql server to AWS Lambda. The function seems to be working up until the point at which the server makes a call to prisma. Then, in the server/lambda log, I get back: [Network error]: TypeError: Only absolute URLs are supported. Any thoughts?
    m
    • 2
    • 29
12345...637Latest