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

    schickling

    03/06/2017, 12:49 PM
    Here or in our forum: https://www.graph.cool/forum ๐Ÿ™‚
  • c

    czysty

    03/06/2017, 12:50 PM
    thanks ๐Ÿ™‚
  • a

    artyom

    03/06/2017, 7:41 PM
    hi @truman @thisjeremiah @jamesmbowler @chrisbujok @aclark64 welcome to the Graphcool crew! graphcool ๐Ÿš€
  • c

    coberhofer

    03/06/2017, 8:18 PM
    Hi there! For the past 30 min I've tried to use the graphcool-cli (https://www.npmjs.com/package/graphcool) but I just cannot get it to
    auth
    . I'm using a PERMANENT AUTH TOKEN that I have generated for this purpose and wanting to
    auth
    with the following command:
    Copy code
    graphcool auth -t <Token>
    but it always throws up:
    Copy code
    Error: Invalid auth token
        at Object.<anonymous> (/Users/coberhofer/.nvm/versions/node/v6.9.4/lib/node_modules/graphcool/dist/commands/auth.js:65:27)
        at step (/Users/coberhofer/.nvm/versions/node/v6.9.4/lib/node_modules/graphcool/dist/commands/auth.js:32:23)
        at Object.throw (/Users/coberhofer/.nvm/versions/node/v6.9.4/lib/node_modules/graphcool/dist/commands/auth.js:13:53)
        at rejected (/Users/coberhofer/.nvm/versions/node/v6.9.4/lib/node_modules/graphcool/dist/commands/auth.js:5:65)
        at process._tickCallback (internal/process/next_tick.js:103:7)
    What could be the problem? BTW, the mentioned URL in the docs (https://www.graph.cool/docs/cli) ends in a 404.
    n
    • 2
    • 6
  • j

    jamesmbowler

    03/06/2017, 8:52 PM
    @artyom thanks!
    ๐Ÿ‘‹ 1
    a
    • 2
    • 1
  • s

    sorenbs

    03/06/2017, 9:03 PM
    @sorenbs pinned a message to this channel.
  • c

    chrisbujok

    03/06/2017, 9:08 PM
    @artyom Hi!
    ๐Ÿ‘‹ 1
    a
    • 2
    • 4
  • a

    aurnik

    03/06/2017, 10:22 PM
    Is there any good way to migrate users from parse server to graphcool while maintaining passwords?
    n
    • 2
    • 3
  • f

    fred

    03/07/2017, 12:45 AM
    Hey, is there any way to update the nested data in a
    one-to-one
    relationship using a nested mutation. E.g.
    Copy code
    updateAuthor(
      id: "xxx"
      user: {
        name: "Updated Name"
      }
    ) { 
      id
      user {
        id // unchanged
        name // Updated name
      }
    }
    n
    • 2
    • 2
  • f

    fred

    03/07/2017, 12:46 AM
    i.e. a new user is not created, the existing one is updated instead?
  • g

    gary.lesueur

    03/07/2017, 7:43 AM
    Morning all. I have an issue with the beta permissions. I am using it to filter out โ€œrowsโ€ of data that my user does not have permission too. However, this produces an errors block (error for each field it seems) which the apolloclient will interpret as the whole request being an error and it not return partial data (yet). Is there a way of ignoring permission errors per query in graph cool?
    n
    • 2
    • 14
  • l

    leftjs

    03/07/2017, 8:12 AM
    hi๏ผŒcan I build my graphcool api server in my own pc ?
    n
    • 2
    • 1
  • k

    kairoeder

    03/07/2017, 9:46 AM
    Hey, I tried to use the following example from
    Copy code
    {
      __type(name: "Delivery") {
        name
        fields {
          name
          type {
            name
            kind
            ofType {
              name
              kind
            }
          }
        }
      }
    }
    but unfortunately I just get
    Copy code
    {
              "name": "parties",
              "type": {
                "name": null,
                "kind": "LIST",
                "ofType": {
                  "name": null,
                  "kind": "NON_NULL"
                }
              }
            },
    except "Party" as ofType Name In your playground in the schema overview you do display the correct type - anything I'm doing wrong?
    n
    • 2
    • 4
  • k

    kairoeder

    03/07/2017, 9:46 AM
    * example from http://graphql.org/learn/introspection/
  • a

    artyom

    03/07/2017, 9:47 AM
    ๐Ÿ™Œ @aturpin @tom-byrer @rohitb @leftjs ! welcome to our slack graphcool
  • a

    artyom

    03/07/2017, 10:22 AM
    Wave @artembloom welcome to the graphcool party!
  • s

    schickling

    03/07/2017, 10:44 AM
    ๐ŸŽ‰ ๐ŸŽ‰ A warm welcome to @rhoffmann - our 1000th Slack community member! ๐Ÿ™Œ As a thank you weโ€™re sending you a 25%-off coupon for a GraphQL-Europe ticket and some Graphcool swag! (Iโ€™ll reach out with more details!) ๐ŸŽ‰
    graphcool 4
    ๐Ÿš€ 5
    parrotwave4 2
    ๐Ÿ’ฏ 3
    โค๏ธ 2
    ๐Ÿ‘‘ 6
    ๐Ÿฆœ 12
  • s

    schickling

    03/07/2017, 10:45 AM
    If anybody else <!here|@here> would love some stickers, please feel free to ping me! ๐Ÿ™‚
    graphcool 7
  • m

    mosch

    03/07/2017, 10:45 AM
    yaah, stickers!
  • r

    rhoffmann

    03/07/2017, 11:02 AM
    Hey thanks guys ๐Ÿ˜„
  • r

    rhoffmann

    03/07/2017, 11:04 AM
    Oh very nice @schickling , i guess i will be going to GraphQL Europe then ! ๐Ÿฆœ
    graphql 6
    graphql europe 1
    graphcool 4
    ๐ŸŽ… 5
  • a

    artyom

    03/07/2017, 11:59 AM
    congrats, @rhoffmann !! happy to have you here! and everyone else as well, of course ๐Ÿ˜‰
  • s

    sorenbs

    03/07/2017, 1:40 PM
    Awesome! Looking forward to meet you at https://graphql-europe.org/ @rhoffmann ๐Ÿ˜„ Are anybody else <!here|@here> planning to attend?
    ๐Ÿ‘ 1
    graphql europe 1
    โ˜๏ธ 1
  • a

    artyom

    03/07/2017, 1:46 PM
    hi @magbeat @fallafeljan @nodkz @farazcsk sorry, you just missed the lucky slot! but we are still very happy to welcome you to our slack community! graphcool ๐Ÿš€
    ๐Ÿ‘‹ 4
  • n

    nodkz

    03/07/2017, 1:53 PM
    ๐Ÿ™ Needs public endpoints for @elastic search servers for testing/demo of my new GraphQL wrapper over ES REST API. Supported all versions. https://github.com/nodkz/graphql-compose-elasticsearch
  • r

    rhoffmann

    03/07/2017, 1:57 PM
    ๐Ÿ‘‹ @fallafeljan
    ๐Ÿฆœ 1
  • f

    fallafeljan

    03/07/2017, 1:58 PM
    thanks, @artyom. i was totally stunned by your onboarding and iโ€™m excited to explore graphcool for my projects! graphql
    ๐Ÿ™Œ 3
    ๐Ÿ’ฏ 1
    โค๏ธ 1
    ๐Ÿ™‡ 1
    a
    s
    • 3
    • 8
  • a

    artyom

    03/07/2017, 6:02 PM
    hi @steida !! ๐Ÿ‘‹
  • r

    rhoffmann

    03/07/2017, 6:03 PM
    hey you are the este man, right?
  • o

    orelzion

    03/07/2017, 7:50 PM
    Hi there, does anybody know how to filter by an array field?
    n
    • 2
    • 2
1...117118119...637Latest