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

    Marc Qualie

    04/25/2018, 7:48 PM
    I found this thread from a while ago, but I'm running into the same issue. Anyone know how to disable playground in graphql-yoga? https://prisma.slack.com/archives/C0MQJ62NL/p1516716086000558
    n
    • 2
    • 1
  • h

    hamdi

    04/25/2018, 8:09 PM
    hi everyone i want an exemple react apollo graphql someone can give me a small application use this 3 technologie
  • t

    Tim

    04/25/2018, 8:16 PM
    This is a pretty great tutorial project: https://www.howtographql.com/react-apollo/0-introduction/
    💯 3
  • w

    weakky

    04/25/2018, 9:18 PM
    Any known issues regarding prisma’s subscriptions ? I can’t get them to fire when updating a simple model
    n
    • 2
    • 6
  • p

    Philippe

    04/25/2018, 10:45 PM
    Guys, any plugin to use prisma on WebStorm?
    n
    w
    • 3
    • 8
  • h

    hamdi

    04/25/2018, 11:37 PM
    hi Guys i have this problem when i run yarn prisma deploy i used "prisma": "1.2.2" and "prisma-binding": "1.5.10" in packege.json you can help me
  • k

    KyleG

    04/25/2018, 11:46 PM
    Just checking, but for
    prisma deploy
    is there a way I can have my
    PRISMA_MANAGEMENT_API_SECRET
    secret NOT defined in
    ~/.prisma/config.yml
    ? I just added a nice
    .env
    file with the var defined for when I use
    docker-compose
    for the Prisma server. The
    managementApiSecret
    option gets populated automatically thanks to the
    .env
    file when it reads
    docker-compose.yml
    . I was initially hoping
    prisma deploy
    would read and find the var defined in the
    .env
    there but nope, I gotta duplicate my secret between different files (
    .env
    and
    ~/.prisma/config.yml
    ) - I'd like one source of truth if possible but not a huge deal if not...
    👍 1
    n
    • 2
    • 12
  • i

    iamclaytonray

    04/26/2018, 12:10 AM
    Was wondering if someone could give me some advice. I have two user types but need to authenticate/authorize both of them together as I normally would for a standard user type. For example, let’s say I have a Teacher and Student. Their data requirements are drastically different and they need to be 2 different types. Should I create a third user type called
    User
    and extends/implement the Teacher and Student types? Thanks ahead of time for your help! If someone’s willing to jump on a Skype/etc call with me, I’d be willing to pay you for an hour of your time in USD 😄
    l
    • 2
    • 2
  • d

    dohomi

    04/26/2018, 4:53 AM
    Anyone receiving api.graph.cool:443 errors? For me it happens very often today. Mostly after a few seconds its back to normal but currently already for a couple of minutes my endpoint is not working
    n
    • 2
    • 1
  • k

    Kimiiz

    04/26/2018, 5:10 AM
    Field createdAt: Couldn’t find type DateTime in any of the schemas. ???
  • d

    dohomi

    04/26/2018, 7:34 AM
    I try to deploy but I receive
    Copy code
    There are issues with the new service definition:
      Global
     software.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded. (Service: null; Status Code: 400; Error Code: CodeStorageExceededException; Request ID: 26edf846-4924-11e8-9c12-330d8bb3f7b5)
    n
    • 2
    • 2
  • d

    dohomi

    04/26/2018, 7:35 AM
    Are there any known issues at the moment with graph.cool?
  • f

    flamez

    04/26/2018, 7:54 AM
    How do I generate this
    src/generated/prisma.graphql
    in Prisma 1.7
    n
    k
    • 3
    • 14
  • f

    flamez

    04/26/2018, 7:56 AM
    I followed the tutorial here https://www.howtographql.com
  • f

    flamez

    04/26/2018, 7:56 AM
    But seems not to work for prisma 1.7
  • s

    spacek33z

    04/26/2018, 8:56 AM
    hey, could I get some attention to this PR? https://github.com/graphcool/graphql-import/pull/140 - it's a pretty huge bug I think. 🙂
    n
    • 2
    • 1
  • h

    horia.ancas

    04/26/2018, 9:16 AM
    hey guys, any idea how to handle streaming upload with graphql?
  • h

    horia.ancas

    04/26/2018, 9:18 AM
    we’re recording some audio in our app and we want to stream the contents to our server
    f
    • 2
    • 2
  • j

    john

    04/26/2018, 9:56 AM
    Only "type" is allowed to defined in datamodel.graphql, Or can we define the input, query, mutation etc 🙂
    🙂 1
    n
    • 2
    • 6
  • o

    Oluwajubelo

    04/26/2018, 10:22 AM
    Please, can i use GraphQL with laravel and VueJS?
    n
    • 2
    • 4
  • p

    patrick

    04/26/2018, 10:26 AM
    If using Prisma Cloud, would you recommend having the GraphQL server instances on AWS in the same region? Or is there no (negligeable) difference if I go with Google Cloud in the same region?
  • m

    mfts0

    04/26/2018, 11:29 AM
    Has anyone experience with MobX? And could you tell me if you prefer it over Redux?
    t
    j
    w
    • 4
    • 4
  • w

    woss

    04/26/2018, 12:32 PM
    i’ts not that i am nagging but after update to 1.7
    prisma deploy
    doesn’t regenerate the database model. any idea?
    Copy code
    # prisma.yml
    endpoint: '${env:PRISMA_ENDPOINT}'
    datamodel: datamodel.graphql
    
    # graphqlconfig
    projects:
      app:
        schemaPath: src/schema.graphql
        extensions:
          endpoints:
            default: '<http://localhost:4000>'
      database:
        schemaPath: src/generated/prisma.graphql
        extensions:
          prisma: database/prisma.yml
          prepare-binding:
            output: src/generated/prisma.ts
            generator: prisma-ts
    i
    n
    • 3
    • 6
  • p

    pettanko

    04/26/2018, 12:49 PM
    How do I perform a mutation that uses logged in user as a variable? :s Googling, and wondering
    m
    • 2
    • 5
  • m

    medelman

    04/26/2018, 12:55 PM
    G'morning, y'all. Is there a predefined/best-practice way w/ Prisma to add metadata to an edge representing a relationship? For example, I would like to use AWS Rekognition to detect objects in user-uploaded images and tag/categorize the images accordingly. Rekognition returns an array of Objects-- i.e., ({ objectName, confidence})--and I would like to leverage that confidence data. So, my thought was that I would add the confidence data to the edge representing the relationship between the label and the picture.
    n
    • 2
    • 7
  • i

    idkjsx

    04/26/2018, 1:59 PM
    any example yet for digitalocean and prisma 1.7? getting killed here.
  • i

    idkjsx

    04/26/2018, 2:21 PM
    found this: https://github.com/divyenduz/prisma-do-demo
  • s

    steveb

    04/26/2018, 2:26 PM
    is there a way to force creation of prisma's
    generated
    folder if the service is already up to date?
    n
    • 2
    • 1
  • w

    Wbert

    04/26/2018, 2:30 PM
    Hi, I am working with subscriptions in a relay-modern project, and some clients can’t connect to the socket. I am getting just
    "WebSocket is closed before the connection is established."
    Any advice? thats happens randomly
    v
    • 2
    • 4
  • h

    huv1k

    04/26/2018, 2:41 PM
    I can't download introspection from my prisma cloud service i tried both answers. https://github.com/graphcool/prisma/issues/2268#issuecomment-384539740 But i still get your token is invalid :X
    w
    • 2
    • 4
1...121314...637Latest