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

    agartha

    01/15/2018, 12:36 AM
    That change came with graphcool 1.0
  • j

    Jonathan Romano

    01/15/2018, 12:36 AM
    So as I said, I think this was JUST updated to correspond with the Prisma launch, so everything is in a state of "different" for something that doesn't fully exist yet
  • j

    Jonathan Romano

    01/15/2018, 12:37 AM
    Has it been in the graphcool docs before the last day or two?
  • a

    agartha

    01/15/2018, 12:37 AM
    Again, the issue @Emi was facing had nothing to do with that, so let's not drag that into this...
  • j

    Jonathan Romano

    01/15/2018, 12:38 AM
    Fair enough
    πŸ™πŸ» 1
  • j

    Jonathan Romano

    01/15/2018, 1:08 AM
    Aah, I'm connecting the dots now. Sorry about that 😞
    🦜 1
  • n

    noahdavis

    01/15/2018, 2:10 AM
    Sorry I'm late to the party, what is Prisma?
  • n

    noahdavis

    01/15/2018, 2:15 AM
    graphcool => prisma?
  • n

    noahdavis

    01/15/2018, 2:19 AM
    Guess so
  • a

    anlin

    01/15/2018, 9:22 AM
    Hello, I have a question. I just installed graphql-cli but when I run graphql init I get this. Can anyone tell me what I can do to make it work?
  • g

    gabe

    01/15/2018, 9:24 AM
    @anlin what's your
    node --version
    ?
  • a

    anlin

    01/15/2018, 9:26 AM
    I installed it via npm install -g graph-cli
  • a

    anlin

    01/15/2018, 9:26 AM
    node version is v4.7.2
  • j

    johannpinson

    01/15/2018, 9:32 AM
    @anlin the v1.0 needs node v8+
  • a

    anlin

    01/15/2018, 9:32 AM
    I see, thank you
  • j

    johannpinson

    01/15/2018, 9:32 AM
    u’re welcome πŸ™‚
  • e

    Emi

    01/15/2018, 10:57 AM
    Any idea why I can't run database mutations with playground?
  • a

    agartha

    01/15/2018, 11:07 AM
    It requires a
    data
    parameter
  • a

    agartha

    01/15/2018, 11:07 AM
    You are supplying the parameters directly
  • a

    agartha

    01/15/2018, 11:08 AM
    See the docs on the right under 'arguments'
  • a

    agartha

    01/15/2018, 11:09 AM
    mutation { createPost(data: { title: ...., text: ..., isPublished: ... }) { id } }
  • e

    Emi

    01/15/2018, 11:16 AM
    Thanks, it works now. The node quickstart tutorial is wrong, then.
    n
    a
    • 3
    • 2
  • a

    agartha

    01/15/2018, 11:19 AM
    You are talking about step 11?
  • e

    Emi

    01/15/2018, 11:20 AM
    Yes, step 11.
    πŸ•΅πŸ» 1
  • p

    peteflange

    01/15/2018, 12:16 PM
    docs broken here - https://github.com/graphcool/graphcool/tree/master/examples/node-gateway-custom-schema
  • h

    huv1k

    01/15/2018, 1:44 PM
    Hey, i am looking for some info how to extend schema inside graphcool-binding, any resources? For example i want extend my apllication schema on user type with full name:
    fullname = firstname + lastname
    ty for any resource ❀️
    i
    n
    a
    • 4
    • 13
  • j

    jackoliver

    01/15/2018, 3:08 PM
    πŸ‘‹
  • s

    sdubois

    01/15/2018, 3:45 PM
    Hi! After a long hiatus I'd like to slowly get back into Graphcool. How should I go about integrating it with a CMS, for the content managers in our team?
    πŸ™‚ 1
    πŸ‘ 1
  • m

    m1cl

    01/15/2018, 4:35 PM
    hello people, I have an issue with graphql-requst. I declared a async function and execute the request function. the async function returns a strange object with single characters
  • m

    m1cl

    01/15/2018, 4:36 PM
    Copy code
    _c(pin):
    _s(pin): 0
    _d(pin): false
    _h(pin): 0
    _n(pin): false
1...513514515...637Latest