https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# prisma-whats-new
  • a

    aeiz

    01/04/2018, 7:49 PM
    yo, fyi, the links to the sections of the FAQ appear to be broken on this page: https://www.graph.cool/docs/faq/
    n
    • 2
    • 2
  • b

    bpk

    01/04/2018, 8:49 PM
    How do you pronounce ‘Scalar’? fml
    a
    s
    • 3
    • 21
  • m

    michaelchiche

    01/04/2018, 8:49 PM
    i have just seen the new changes to graphcool with the 1.0 developer preview. I do not understand where the permissions query are in the preview? or are they just gone?
    m
    • 2
    • 2
  • b

    bpk

    01/04/2018, 9:14 PM
    newb here. obviously. would graphcool be something that’d replace my current django+postgres backend? im trying to figure out how and when to jump into it.
    l
    • 2
    • 3
  • b

    bpk

    01/04/2018, 9:17 PM
    er, i guess i should answer my own question and say just use it in a tutorial--they’re everywhere, and that should make it familiar enough to know how i might use it.
  • b

    bpk

    01/04/2018, 9:18 PM
    it’s just that i had the impression it was for dev/mock only but then realized otherwise, the more i kept looking at graphql tutorials, post, etc.
  • n

    Nathan Tomsic

    01/04/2018, 10:06 PM
    having an issue with graphql-playground. i'm using the express middleware. when I paste my mutation and variables into playground, the run button doesn't do anything
  • n

    Nathan Tomsic

    01/04/2018, 10:08 PM
    and the variable window says variables aren't being used anywhere
  • e

    efvaldez

    01/05/2018, 5:34 AM
    Hi All, can I query a single Link Node, using two params? ID and isDeleted:boolean?
  • e

    efvaldez

    01/05/2018, 5:36 AM
    query FindLink($id: ID!){ Link(id: $id,isDeleted:false){ ... } I get an error " no field isDeleted" in type link, is ID the only params you can use when searching a single node? Thanks!
  • t

    thuan_le

    01/05/2018, 10:29 AM
    hello guys , I building app with react, relay and graphql, i also create grapqh server, so how to see file schema.graphql on my Graphql server ?
  • t

    thuan_le

    01/05/2018, 10:30 AM
    i was flowing https://www.learnrelay.org/introduction/get-started
  • j

    jan

    01/05/2018, 10:53 AM
    Quick question about subscriptions - no matter if I run my app on localhost or a server, I always run into the
    No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '...' is therefore not allowed access. The response had HTTP status code 400. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
    Is there a way to configure this on the subscriptions.graphcool side so that the relevant header is included in the response?
  • m

    michaelchiche

    01/05/2018, 11:22 AM
    can we only deploy to the demo shared or the local clusters for now in the developer preview?
  • k

    kitze

    01/05/2018, 12:44 PM
    is there a way to invoke
    Copy code
    const graphcool = fromEvent(event);
        const api = graphcool.api('simple/v1');
    when running with
    Copy code
    invoke-local
    ? It throws an error
  • a

    Adil

    01/05/2018, 3:04 PM
    Hello everyone! Is there major differences between 0.x version and 1?
  • t

    takleakshar

    01/05/2018, 4:04 PM
    hello everyone, what are some good resources to learn graphql with with apollo 2.0
  • t

    thangngoc89

    01/05/2018, 4:16 PM
    @takleakshar When Apollo 2.0 was released, I just read the documentation and use it immediately
  • t

    thangngoc89

    01/05/2018, 4:17 PM
    so I can say that most of Apollo 1.0 learning resources are good for 2.0 too
  • n

    Nathan Tomsic

    01/05/2018, 4:25 PM
    having an issue with graphql-playground. i'm using the express middleware. when I paste my mutation and variables into playground, the run button doesn't do anything and the variable window says variables aren't being used anywhere
  • e

    ed

    01/05/2018, 4:25 PM
    is graphcool down?
  • n

    Nathan Tomsic

    01/05/2018, 4:25 PM
    @takleakshar just don't use typescript. apollo 2.0 and some libraries it uses are severely broken with typescript
  • b

    bpk

    01/05/2018, 5:40 PM
    hey graphcool, thank you for all the help this week. Im definitely experiencing the ‘ahha’ moment honeymoon period with graphql (and apollo) and graphcool has officially made it to my packages. Im not really there yet, but am buzzing with energy. Thanks to all the folks here providing support.
    🦜 2
    💯 2
    👏 1
  • t

    thangngoc89

    01/05/2018, 6:35 PM
    I had to hard reset my laptop after sending 1000 mutations to graphql local cluster 😛
  • m

    matty

    01/05/2018, 7:05 PM
    with the release of Graphcool 1.0, I noticed there is no longer a functions section of graphcool.yml
  • m

    matty

    01/05/2018, 7:05 PM
    where did these go?
    a
    • 2
    • 4
  • n

    Nathan Tomsic

    01/05/2018, 8:14 PM
    anyone know anything about graphql-playground?
    a
    • 2
    • 2
  • n

    Nathan Tomsic

    01/05/2018, 8:17 PM
    ahh
  • n

    Nathan Tomsic

    01/05/2018, 8:17 PM
    ty
  • m

    mattbryanswan

    01/06/2018, 2:17 AM
    So, I guess I didn't realize that my entire schema had been whitelisted. I now need to change that. I have generated a root token and I'd like to basically shut off all permissions, unless that token is passed. What is the right way to do this?
1...494495496...637Latest