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

    Anthony Hell

    04/23/2018, 6:17 AM
    Is it possible for DB connector to be written in JavaScript or it has to be scala?
    t
    • 2
    • 1
  • m

    michieldewilde

    04/23/2018, 10:52 AM
    Hey. Is there any way to return structured errors from a resolver? I used https://github.com/thebigredgeek/apollo-errors before to do this. Should I check with the graphql-yoga people for this kind of question?
    n
    • 2
    • 2
  • n

    noahdavis

    04/23/2018, 11:56 AM
    Does anyone here know how to access logs on a prisma cluster through prisma cloud?
    n
    • 2
    • 2
  • n

    noahdavis

    04/23/2018, 12:10 PM
    Also - is anyone familiar with this error? ```
  • n

    noahdavis

    04/23/2018, 12:11 PM
    Copy code
    018-04-23T12:09:34.061Z  [GraphQL error]: Message: Whoops. Looks like an internal server error. Search your cluster logs for request ID: mmx_<xxxx>:api:cjgc<xxxx>, Location: [object Object], Path: pages,186,keywords,0,keyword
  • v

    Vendicto

    04/23/2018, 12:34 PM
    Hi guys, how to reset my db in graphcool ?
    n
    • 2
    • 4
  • l

    Leo Nemirovskii

    04/23/2018, 12:42 PM
    @nilan Hello, Nilan. Can you help with my qestion? https://prisma.slack.com/archives/CA491RJH0/p1524407450000100
    n
    • 2
    • 2
  • j

    johhansantana

    04/23/2018, 3:08 PM
    is there a way to turn off prisma logs?
    h
    n
    • 3
    • 23
  • m

    martin

    04/23/2018, 3:32 PM
    Might anyone be able to assist with the authentication process for an app that uses
    apollo-link-state
    ? https://www.graph.cool/forum/t/authentication-with-apollo-link-state/3239/5?u=martin
    l
    • 2
    • 2
  • j

    johhansantana

    04/23/2018, 4:28 PM
    Why were these commands deprecated?
    Copy code
    Local development (deprecated):
    n
    • 2
    • 1
  • r

    Russ Callahan

    04/23/2018, 6:41 PM
    I need to change the name of a schema type in my prisma data model, but I already have deployed to this prisma cloud service with dummy data. What’s the safest way to make this name change?
    a
    • 2
    • 2
  • t

    Troy Sandal

    04/23/2018, 8:55 PM
    What do you do when you get the infamous
    internal server error
    on a non-local cluster that you cannot reproduce locally in a docker cluster? We still don’t have access to`prisma cluster logs` for non-local clusters so I’m curious what others have found helps them diagnose?
    Error: GraphQL Error: Whoops. Looks like an internal server error. Search your cluster logs for request ID: api:api:blahblahblah
    n
    n
    • 3
    • 19
  • m

    mrboutte

    04/23/2018, 10:35 PM
    noticed the following message when deploying to a public Prisma Cluster
    Copy code
    Note: When not logged in, service deployments to Prisma Cloud expire after 7 days.
    Even for development purposes, does this mean I really only have a week’s worth of shelf life before it’s gone?
    n
    • 2
    • 1
  • i

    iamclaytonray

    04/23/2018, 11:25 PM
    Hola. It’s been a bit since I’ve used Prisma. Running into a problem with TypeScript. Anyone have a solution for:
    Copy code
    src/generated/prisma.ts(7272,10): error TS2416: Property 'query' in type 'Prisma' is not assignable to the same property in base type 'Prisma'.
      Type 'Query' is not assignable to type 'QueryMap'.
        Index signature is missing in type 'Query'.
    src/generated/prisma.ts(7308,10): error TS2416: Property 'mutation' in type 'Prisma' is not assignable to the same property in base type 'Prisma'.
      Type 'Mutation' is not assignable to type 'QueryMap'.
        Index signature is missing in type 'Mutation'.
    src/generated/prisma.ts(7374,10): error TS2416: Property 'subscription' in type 'Prisma' is not assignable to the same property in base type 'Prisma'.
      Type 'Subscription' is not assignable to type 'SubscriptionMap'.
        Index signature is missing in type 'Subscription'.
    n
    h
    • 3
    • 19
  • q

    Quinn

    04/24/2018, 12:53 AM
    heyo! I'm looking to use prisma on a very ambitious contract, but I've been seeing that the "roadmap" more supports the features I think we need... I've been trying to figure out how to track some of the issues on github that I think are important to us, but i realized it may be better if you guys used the
    Projects
    part of github to make a sense of where each one of those falls (release wise)
    n
    • 2
    • 1
  • t

    Tim

    04/24/2018, 4:23 AM
    Hey all, I’m trying to import JSON data to graphcool with the CLI and having some trouble. It’s saying
    graphcool import
    is not a command, could someone help point me in the right direction?
    n
    • 2
    • 13
  • d

    davidasync

    04/24/2018, 6:00 AM
    Sorry for noob question, is prisma js is similiar like sequelize ?
    q
    • 2
    • 1
  • m

    m.b.iqbal

    04/24/2018, 6:32 AM
    Hi All, I received a notification from webtask about node 8 migration. I believe grahpcool uses webtasks for function resolvers. Is there a migration needed for graphcool schema extensions. @nilan
    n
    • 2
    • 2
  • j

    joao.santos

    04/24/2018, 7:11 AM
    Hi guys, sorry im confused... Are we changing from graph.cool to prisma cloud? I can't find any tutorials how to authenticate in graph.cool...
    a
    • 2
    • 3
  • a

    Aria

    04/24/2018, 8:28 AM
    Can someone help me write a query for prisma? I want to get the user after knowing the match id. I drew a diagram of my schema
  • u

    user

    04/24/2018, 8:30 AM
    A file was commented on
  • a

    Aria

    04/24/2018, 8:32 AM
    thx, total brainfart
    h
    • 2
    • 2
  • f

    Fahad

    04/24/2018, 9:34 AM
    @all is there any good online video tutorials to get my hand dirty on GraphQL.
    n
    t
    a
    • 4
    • 5
  • n

    nilan

    04/24/2018, 10:03 AM
    #announcements 👀
    🍿 3
  • m

    Moritz

    04/24/2018, 11:32 AM
    SOLVED Hi, I have a service which is running and working fine, but I cannot see it in the prisma console. Other services I deployed I can see in the prisma console. When I run
    prisma account
    , the account info matches. When running
    prisma console
    from the cli, it shows
    Workspace
    and
    1 instance
    in the top left for a second, then finishes loading and shows me my 3 other instance and my account name. Any ideas on the issue?
    ✅ 1
    m
    • 2
    • 3
  • d

    davidyoung

    04/24/2018, 11:44 AM
    Hey, having issues with Prisma at the moment, getting
    'ENOTFOUND': request to <https://api.cloud.prisma.sh/> failed, reason: getaddrinfo
  • d

    davidyoung

    04/24/2018, 11:44 AM
    Also can't connect to Prisma Console. Hoping it's not an issue with my own internet
  • d

    davidyoung

    04/24/2018, 11:45 AM
    Issue is on my end, will sort here with IT. thanks
    👍 1
  • r

    Rob Murtagh

    04/24/2018, 12:39 PM
    @davidyoung I’m having the same issue. Was it definitely something wrong your end?
  • r

    Rob Murtagh

    04/24/2018, 12:39 PM
    Failed to load resource: net::ERR_NAME_NOT_RESOLVED
1...91011...637Latest