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

    Nikhil

    10/30/2018, 5:42 AM
    https://stackoverflow.com/questions/53051992/access-input-in-graphql-prisma-directive is there any way to achieve this?
  • d

    Dung

    10/30/2018, 7:29 AM
    Hi all. In graphql-yoga, how to handle custom resolver for introspection query based on
    currentUser
    ?
    p
    • 2
    • 1
  • d

    Dung

    10/30/2018, 7:29 AM
    In my application, i want the schema could be resolved based on his role/permission.
    p
    • 2
    • 1
  • p

    pedro

    10/30/2018, 7:52 AM
    https://www.prisma.io/forum/t/help-for-creating-a-relation-datamodel/4858 Any one know how can I implement such a thing?
  • l

    Lee Benson

    10/30/2018, 10:16 AM
    Is Prisma Cloud down today?
  • l

    Lee Benson

    10/30/2018, 10:17 AM
    I'm getting this error when trying to login via Github to Cloud
    t
    • 2
    • 1
  • f

    franzp

    10/30/2018, 10:19 AM
    yes it seems down to me as well
    t
    • 2
    • 1
  • e

    Etel

    10/30/2018, 10:25 AM
    Can you please reach out to support@prisma.io about it?
  • l

    Lee Benson

    10/30/2018, 10:46 AM
    Apologies if this has been asked a million times before (I'm new here), but could someone point me to any reference material that explains how migrations work? I'm curious whether they should be considered 'destructive'-- what happens if I migrate a table schema with data, etc.
    n
    • 2
    • 2
  • j

    joeyfigaro

    10/30/2018, 1:54 PM
    Hey guys
  • g

    Green Dirt

    10/30/2018, 3:46 PM
    Hey everyone, I also have some issue on the Prisma Cloud App, when I try to delete a node directly from the intrface or the playground I have this issue popping in the console:
    Copy code
    Uncaught (in promise) Error: {
      "message": "Whoops. Looks like an internal server error. Search your server logs for request ID: local:api:cjnvwji6600990976o8x0klwo",
      "path": [
        "deleteOpinion"
      ],
      "locations": [
        {
          "line": 2,
          "column": 7
        }
      ],
      "requestId": "local:api:cjnvwji6600990976o8x0klwo"
    }
        at e.<anonymous> (GraphcoolSchema.ts:178)
        at r (main.f1bcc6c5.js:145969)
        at Object.next (main.f1bcc6c5.js:145950)
        at a (main.f1bcc6c5.js:145941)
    Is it me or does that come from Prisma? I have a doubt since I never ran into this and you guys mentioned you had some difficulties earlier
    • 1
    • 1
  • s

    shadowcodex

    10/30/2018, 3:48 PM
    is raw database access only available in prisma client or is it available in prisma-bindings as well?
    g
    • 2
    • 2
  • f

    franzp

    10/30/2018, 4:10 PM
    Hi! Since the 1.19.1 has anyone had issues with
    ModelNameUpdateManyMutationInput
    . On our instance when we use
    prisma generate
    the updateManyModel` has
    ModelNameUpdateInput
    instead of a
    ModelNameUpdateManyMutationInput
    so the mutation does not work...
  • m

    Martin

    10/30/2018, 4:19 PM
    @Prisma Community @tim2 Creating server on Heroku appears to be down.
  • m

    Martin

    10/30/2018, 4:19 PM
    Copy code
    (HTTP code 500) server error - Get <https://registry-1.docker.io/v2/prismagraphql/prisma/manifests/1.11-beta-heroku>: received unexpected HTTP status: 503 Service Unavailable
  • m

    Martin

    10/30/2018, 4:19 PM
  • l

    lawjolla

    10/30/2018, 4:50 PM
    I'm smelling another announcement...
    👀 4
    👃 4
    n
    • 2
    • 2
  • k

    kguller

    10/30/2018, 5:01 PM
    anyone run into a problem with relay modern returning a null node and edge in the onComplete event when committing create mutations. I can see the actual response data in the network response, everything looks fine until onComplete gives me an empty container createSomething {null}
  • m

    mario

    10/30/2018, 5:06 PM
    Where can I find the roadmap for MongoDb and ElasticSearch?
    👍 1
  • s

    ScottAgirs

    10/30/2018, 5:21 PM
    Heya! How to schedule jobs in a NextJS, Prisma, GraphQL-Yoga stack?
    Think Airbnb-type payouts.
    When a guest books host’s property a job is scheduled to issue payout after a certain period of time. For MeteorJS I used Steve Jobs package.
  • n

    nilan

    10/30/2018, 5:32 PM
    Tomorrow is my last day at Prisma - I wanted to say thanks to you all 🙌 https://www.prisma.io/forum/t/thank-you-nilan/2436/13?u=nilan.
    💚 11
    🙏 7
    🤗 7
    😭 11
    prisma green 5
    🥇 4
    🗺️ 5
    fast parrot 8
    😍 3
    ❤️ 7
    🚀 4
    👀 3
    👋 3
    t
    h
    +8
    • 11
    • 10
  • z

    Zefex Developer

    10/30/2018, 7:29 PM
    Copy code
    [Error - 5:28:01 PM] Server initialization failed.
      Message: Request initialize failed with message: Parsing .graphqlconfig file has failed.
    Unexpected token p in JSON at position 0
      Code: -32603
    Anyone knows how to solve that problem in VSCode?
  • d

    Dung

    10/30/2018, 8:10 PM
    @pedro I knew how to use
    graphql-shield
    and get currentUser. My question is about manually resolve the introspection query. Currently, the schema is static, and i can't return schema dynamically based on user context.
  • d

    Dung

    10/30/2018, 8:11 PM
    For example, if the user is admin, the schema is full. But if the user is guest, we want to limit the schema for the guest.
  • z

    Zefex Developer

    10/30/2018, 8:23 PM
    Anyone knows how to make
    prisma deploy
    to generate the schema? https://www.prisma.io/forum/t/prisma-not-generating-schema/4867
    s
    • 2
    • 3
  • f

    faure

    10/30/2018, 9:06 PM
    Hello everyone, I'm trying out the boilerplate and trying to login through the playground
  • f

    faure

    10/30/2018, 9:06 PM
    However, I'm getting an error
  • f

    faure

    10/30/2018, 9:06 PM
    See here
  • f

    faure

    10/30/2018, 9:07 PM
    -.txt
  • z

    Zefex Developer

    10/31/2018, 12:07 AM
    I don't know what is happening but even if I delete the containers and images and run deploy again, the data is still there in my playground. - https://www.prisma.io/forum/t/how-to-delete-all-the-data-docker/4870
    e
    • 2
    • 2
1...145146147...637Latest