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

    user

    07/20/2018, 1:41 PM
    A file was commented on
  • r

    Roy

    07/20/2018, 2:03 PM
    Hello everyone! dummy question here, can I query from a graphQl Playground using python? so far it just returns the html of the playground and doesnt run the query
  • w

    wieseljonas

    07/20/2018, 2:04 PM
    can anyone help me with this https://github.com/prismagraphql/prisma/issues/2795
  • w

    wieseljonas

    07/20/2018, 2:05 PM
    @Roy what does you request look like
  • w

    wieseljonas

    07/20/2018, 2:06 PM
    you can copy the curl request on the right
  • r

    Roy

    07/20/2018, 2:06 PM
    https://myServer.herokuapp.com/bf-heroku/dev?query={projects{name}}
  • w

    wieseljonas

    07/20/2018, 2:06 PM
    and check if you are doing this correctly
  • r

    Roy

    07/20/2018, 2:08 PM
    If I run the link of the server it will load the playground and the query text in the left window but I have to manually click on the button to send the query
  • w

    wieseljonas

    07/20/2018, 2:09 PM
    ...
  • w

    wieseljonas

    07/20/2018, 2:09 PM
    You just send your payload (graphQL query) to
    <https://myServer.herokuapp.com/bf-heroku/dev>
  • w

    wieseljonas

    07/20/2018, 2:10 PM
    the playground is just here for testing your api
  • w

    wieseljonas

    07/20/2018, 2:11 PM
  • w

    wieseljonas

    07/20/2018, 2:11 PM
    copy curl and run from your terminal does it work?
  • j

    Jim

    07/20/2018, 2:12 PM
    Anyone using Heroku for their Prisma image? What memory allocation is recommended?
    a
    l
    • 3
    • 3
  • r

    Roy

    07/20/2018, 2:16 PM
    just a sec
  • r

    Roy

    07/20/2018, 2:21 PM
    I get this https://xxxx.herokuapp.com/bf-heroku/dev' -H 'Accept-Encoding: gzip, deflate, br' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'DNT: 1' -H 'Origin: https://xxxx.herokuapp.com' --data-binary '{"query":"{projects{name}}"}' --compressed curl: option --compressed: the installed libcurl version doesn't support this curl: try 'curl --help' for more information
  • t

    terion

    07/20/2018, 2:30 PM
    Found a case that ruins migration: https://github.com/prismagraphql/prisma/issues/2796
  • u

    user

    07/20/2018, 3:50 PM
    A file was commented on
  • p

    Pedro Jardim

    07/20/2018, 6:48 PM
    Hi guys. what happened to Functions Full screen and the test run? There as no more tests for functions on Console? And there is any changes to the logs?
  • b

    brandon

    07/20/2018, 8:50 PM
    So I'm running into some stupid issues. When I deploy with type Stripe, prisma works perfectly, but when I change the name to type StripeCard it sends me a
    Copy code
    ERROR: Whoops. Looks like an internal server error.
    d
    • 2
    • 2
  • b

    brandon

    07/20/2018, 8:50 PM
    and I can't figure out why have a camel case would cause this issue
  • b

    brandon

    07/20/2018, 8:51 PM
    I use camelcasing for other types in my graphql Schema so that shouldn't be the issue unless StripeCard is some sort of protected type.
  • t

    terion

    07/21/2018, 11:01 AM
    I can't make working type resolvers with fragments with prisma and yoga-server. Here in comment what I am doing: https://github.com/prismagraphql/prisma-binding/issues/194#issuecomment-406626624 Can anybody point me what am I doing wrong please?
  • t

    terion

    07/21/2018, 12:36 PM
    Seriously. I have a a type
    Link
    . It has a field that depends on some data of Link. Let's assume that
    Link->link
    depends on
    Link->order
    . So, to resolve
    Link->link
    field I need to always have
    order
    on selection. When I forward requests to
    prisma
    it returns only subset of data that is requested by client and if client requests
    links { link }
    prisma will only return
    link
    field from db. I need to force it to get
    order
    too. @nilan pointed out in issue that it can be achieved via fragment in resolver, but it doesn't work that way. How to do this?
    l
    • 2
    • 2
  • h

    Haider Malik

    07/22/2018, 3:19 AM
    I am trying to run subscription on GraphQL playground. It is not working.
    Copy code
    {
      "error": "Could not connect to websocket endpoint <wss://us1.prisma.sh/haider-malik-c1556d/hackernews-clone/dev>. Please check if the endpoint url is correct."
    }
    j
    • 2
    • 2
  • d

    drizzie

    07/22/2018, 5:04 PM
    Am I able to run multiple databases through the same prisma cluster?
  • d

    drizzie

    07/22/2018, 5:12 PM
    nvm, figured it out 😉
    👀 2
    l
    • 2
    • 1
  • c

    Chris

    07/22/2018, 8:15 PM
    hi channel, I a m new on here and have a question about chromeless vs selenium. I am being advised to use chromeless but I don't see why I should use chromeless over selenium, does anyone have an anser ?
    a
    • 2
    • 4
  • k

    Kalmuraee

    07/23/2018, 8:51 AM
    Guys , Is there any recommended Graphql , React , Bootcamp ?
    a
    • 2
    • 1
  • f

    Fran Dios

    07/23/2018, 11:21 AM
    Has anyone tried to deploy a Prisma service + App server in AWS (Zeit Now actually) with a DB in GCP in the same region (us-west)? I’d really like to use GCP but I’m a bit afraid of possible latency between Prisma service and the DB. Any advice? Thanks!
    d
    a
    • 3
    • 6
1...878889...637Latest