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

    lastmjs

    10/16/2017, 11:59 PM
    First graphcool deploy with latest graphcool@next:
    Copy code
    fs.pathExistsSync is not a function
  • d

    Digital_eye

    10/17/2017, 12:11 AM
    graphcool init --schema https://graphqlbin.com/hn-relay.graphql --name Hackernews not working. it says Whoops, something went wrong while creating the project. and says the schema is invalid, anyone knows the solution?
    a
    • 2
    • 6
  • m

    matty

    10/17/2017, 12:30 AM
    if I send an invalid authorization token, I'm still getting a successful response
  • m

    matty

    10/17/2017, 12:30 AM
    shouldn't the response be a 401/403?
  • m

    matty

    10/17/2017, 12:31 AM
    I'm guessing that behind the scenes graphcool drops down to "anonymous" authorisation if the token fails... does that sound right?
  • m

    matty

    10/17/2017, 12:33 AM
    also - are there any permissions applied to the introspection query?
  • o

    oxyoxy88

    10/17/2017, 3:03 AM
    Hi how can I use subscriptions? I mean addGraphQLSubscriptions of subscriptions-transport-ws module deprecated so I can't use this now
  • o

    oxyoxy88

    10/17/2017, 3:12 AM
    or I just use old version of subscriptions-transport-ws
    a
    o
    • 3
    • 9
  • m

    matty

    10/17/2017, 5:36 AM
    any reports of intermittent 504s from the Simple API?
  • s

    sebulon

    10/17/2017, 7:03 AM
    Hi - sorry I might be late to the party and I haven’t looked at my Graphcool project for about a week, but now it looks like every 1:N or M:N Relationship now has to be declared like this:
    tweets: [Tweet!]!
    ? Before,
    tweets: [Tweet]
    was viable
    n
    j
    • 3
    • 11
  • m

    matty

    10/17/2017, 7:07 AM
    @sebulonthey are both valid
  • m

    matty

    10/17/2017, 7:07 AM
    the first version shows non-null
  • p

    Pieter

    10/17/2017, 9:25 AM
    @nilan if I want to modify a image (Crop it in a node function) each time a new file gets uploaded to the file api, what would the recommended approach be? Should I use a server side subscription, custom mutation resolver or a transform argument? Also, what would I use to do the actual upload? should I send a form data http request with base64 encoded image or what?
    n
    • 2
    • 3
  • f

    fabien0102

    10/17/2017, 9:31 AM
    Hello! Just a little question about permissions format into
    graphcool.yml
    Copy code
    permissions:
      # User
    - operation: User.create
    - operation: User.delete
      authentificate: true
    - operation: User.update
      authentificate: true
    - operation: User.read
      authentificate: true
    Can I use any wildcard notation to shorter this?
    n
    • 2
    • 22
  • c

    Cipri

    10/17/2017, 9:53 AM
    Guys, I am working with a friend on a new graphcool project.. we managed to deploy some resolvers and mutations.. however, when I use gc pull on my machine, it doesn't retrieve the js files he created, only the graphql files.. How can I get the latest deployment via CLI ?
    n
    • 2
    • 3
  • a

    antho1404

    10/17/2017, 10:01 AM
    does anyone have an error
    com.amazonaws.SdkClientException: Unable to execute HTTP request: graphcool-aws-services
    or
    Error: com.twitter.finagle.FailedFastException: Endpoint graphcool:60000 is marked down.
    when using the local docker environment ? Cannot execute any functions 😞
    d
    n
    k
    • 4
    • 9
  • d

    daniele

    10/17/2017, 10:12 AM
    hello everyone... I'm just started to explore the graphql world and I'm really newbie about that. My first reference have been same youtube conference and today I had a look as starting point to
    <https://www.graph.cool/docs/quickstart/angular-apollo-instagram/>
    . The thing tha tI would like to understand before to go further on that tool is if my company can use it in a production environment without pay any licence/fee or if it's required.
  • d

    daniele

    10/17/2017, 10:15 AM
    the second question is if we can self host everything or we need to use the online storage
    n
    • 2
    • 1
  • h

    henrique

    10/17/2017, 10:31 AM
    Hi 👋 friends! Anyone using next.js here? Trying to run this example https://github.com/zeit/next.js/tree/master/examples/with-apollo-auth but I keep getting redirected to login all the time. The last commit was 4 months ago so I wonder if there is anything new missing there? Can someone spot any issues with this code?
    p
    • 2
    • 8
  • k

    kristiansorens

    10/17/2017, 11:18 AM
    Hey guys! For some reason i’m not getting events on DELETED mutations - does anyone know if this is an issue in graphcool ? 🙂 CREATED and UPDATED works just fine.
  • k

    kristiansorens

    10/17/2017, 11:18 AM
    Also tested in playground
    n
    • 2
    • 7
  • s

    Sam Dickerman

    10/17/2017, 12:59 PM
    Hi all - I'm a newbie struggling with some basic setup issues with npm and getting graphcool working. When I run graphcool init I get "✖️ Error: Unexpected token p in JSON at position 0".
    n
    • 2
    • 4
  • f

    freder

    10/17/2017, 1:42 PM
    I just upgraded my project, downloaded the project definition and ran
    graphcool info
    . ↑ this is what I get...
  • f

    freder

    10/17/2017, 1:42 PM
    what am I missing?
    n
    • 2
    • 9
  • f

    freder

    10/17/2017, 2:38 PM
    (also: I can't upload any more images, because the this is a free slack account which has run out of space ...)
  • k

    kimf

    10/17/2017, 2:56 PM
    Been away from the app I was building for a couple of months, but back now and I have to say that all this new framework stuff looks really promising. Btw, is there a way to start out the local environment with some data?
    💚 1
    n
    • 2
    • 2
  • l

    lastmjs

    10/17/2017, 3:20 PM
    I'm still running into this issue whenever I try to deploy:
    Copy code
    fs.pathExistsSync is not a function
    n
    • 2
    • 4
  • l

    lastmjs

    10/17/2017, 3:20 PM
    I'm on the absolute latest graphcool@next
  • l

    lastmjs

    10/17/2017, 3:52 PM
    Where can I find the latest format of the graphcool.yml? I'm having trouble with my current setup that was working a few days ago
    n
    • 2
    • 1
  • h

    humberto.cruz

    10/17/2017, 4:04 PM
    hello, how can I get some help with a graphcool setup ? it's simple I guess, just beginner problems
    d
    • 2
    • 1
1...377378379...637Latest