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

    lastmjs

    10/10/2017, 9:40 PM
    I'm getting an
    Received invalid token. Trying to authenticate ...
    error every time I push from the console in graphcool@next
    a
    m
    • 3
    • 2
  • m

    mannigan

    10/11/2017, 3:09 AM
    I took a bit of a break working on my graphcool related project and came back to all this beta stuff… had to log on and say that i love where the direction is headed!
    graphcool 4
  • m

    matic

    10/11/2017, 5:26 AM
    Hey guys, I tried to use the File API, but it isn’t working. I also noticed some restrictions about Schema written in documentation, but I am not completely sure what’s the meaning, because nothing works for me. Is there any example of File API-use which works, because the one listed in GitHub doesn’t? I would appreciate any idea, really, for what might be the solution! Thanks in advance! (also, so far: The client (fetch) reported connection reset error and then internal server error (500), is there any way to see server logs?)
    t
    n
    • 3
    • 7
  • m

    meikoudras

    10/11/2017, 5:55 AM
    Can a new CLI project still use the extensions part of the console? There is no link in the menu but I can still navigate there from the data browser
  • c

    Christian

    10/11/2017, 10:34 AM
    Hello. My project compiles fine...but if i want subscribe something I have following issue: wsClient.subscribe is not a function. I'm using the apollo client
    n
    a
    • 3
    • 3
  • c

    Christian

    10/11/2017, 10:34 AM
    Can anybody help me?
  • t

    Tomche

    10/11/2017, 12:46 PM
    Hi from rainy Glasgow 👋
    👋🏻 4
    ☔ 1
    a
    • 2
    • 1
  • t

    typaza

    10/11/2017, 2:14 PM
    hi 👋 does express-graphql support treatment of an array of queries in a single request ?
  • k

    Kevin Hendrickx

    10/11/2017, 2:17 PM
    take a look at apollo-server
  • k

    Kevin Hendrickx

    10/11/2017, 2:17 PM
    it is built on top of with batching in mind
  • g

    glauberfc

    10/11/2017, 2:34 PM
    Hi, guys! How I can copy my schema from Graphcool to folder of my project using the Graphcool CLI?
  • f

    fondfolio

    10/11/2017, 2:35 PM
    Hello everyone. We built our app with graph.cool and are so grateful for this excellent, intuitive tool that allowed our small team of two to get up and running so quickly — seriously, thank you. We launched on PH last week: https://www.producthunt.com/posts/fondfolio please vote if you think our idea has merit.
    🎉 2
  • j

    jeanfredrik

    10/11/2017, 2:49 PM
    Hi from Karlstad, Sweden 👋
  • j

    jeanfredrik

    10/11/2017, 2:50 PM
    Does anyone know how to get syntax highlighting for the
    .graphcool
    file in Atom?
    a
    l
    • 3
    • 8
  • n

    notrab

    10/11/2017, 3:06 PM
    Anyone know of a way to easily check what permissions are invalid?
    {"data":{"createReport":null},"errors":[{"locations":[{"line":2,"column":3}],"path":["createReport"],"code":3008,"message":"Permission Query is invalid. Could not be parsed. Error Message: Syntax error while parsing GraphQL query. Invalid input \"query ($user_id: ID) q\", expected OperationDefinition, FragmentDefinition or TypeSystemDefinition (line 1, column 1):\nquery ($user_id: ID) query($user_id: ID!) {\n^","requestId":"eu-west-
    a
    a
    +2
    • 5
    • 27
  • l

    lcatallo

    10/11/2017, 3:14 PM
    Hi guys, what is the new spec for the .graphcoolrc file? It seems like the one in the documentation is outdated 😕 https://docs-next.graph.cool/reference/graphcool-cli/.graphcoolrc-zoug8seen4 I'm using the version
    0.7.0-beta.5
    of the CLI
    n
    t
    • 3
    • 13
  • n

    notrab

    10/11/2017, 4:15 PM
    Quick Q for those using the new CLI beta… I’ve a project that isn’t ejected and has data in it… I want to push some new Types and functions and permissions. Am I ok to deploy to the
    prod
    target without TOTAL data loss?
  • j

    joar

    10/11/2017, 4:21 PM
    You have to eject @notrab, but there will be no data loss no (unless youve changed your schema in a way that would force data loss, and you use the --force param. But dont do that lol)
  • j

    joar

    10/11/2017, 4:21 PM
    You either go full CLI or not at all, essentially
  • n

    notrab

    10/11/2017, 4:22 PM
    Cheers. I did it anyways haha. I had to use the
    --force
    flag as a function already existed. I “Upgraded” from the Console, but was unable to push due to a same function existing. So renamed the function and it worked, perhaps something up there I should mark as an issue for others to try to dup
  • l

    lewisblackwood

    10/11/2017, 4:46 PM
    hey all 👋 I'm using
    graphql-request
    to make multiple queries of a single table in my database, with a single request. Each query has a different set of filters on it (based on a time range for one of the
    dateTime
    fields). The table has about 2000 records in it now. As the table grows, my requests have occasionally been timing out (when they take longer than 30 secs). What solution do people tend to go for here? I'd rather not use a wider filter to query the table once, then do my filtering in app code. I could set a limit so that there's a maximum number of queries I include in one request (up to ten?), and then make multiple requests. Does anyone have any better solutions?
  • s

    schickling

    10/11/2017, 5:53 PM
    Hey <!everyone>! We have some pretty exciting news! Based on all of your feedback, we’ve been working on a new way how to build GraphQL backends using Graphcool. graphql Today, we’re announcing the preview of the Graphcool Framework which allows you to build Graphcool services completely locally from your editor & command line. You can get started by installing the newest CLI via
    npm install -g graphcool@next
    . Here is the full blog post: https://blog.graph.cool/graphcool-framework-preview-ff42081b1333 We can’t wait to hear what you think! Also, it would be great to meet as of you as possible at the GraphQL Summit two weeks from now in SF. (If you don’t have your ticket yet, you can use the code
    GRAPHCOOL
    for 25% off.) P.S. This release also contains a first alpha version of a local Docker-based development environment. docker
    💚 6
    👯 3
    💯 13
    metal 6
    👏 15
    😋 1
    🦜 44
    😎 6
    😄 5
    😻 1
    👍 14
    🙏 5
    🙌 1
    🎉 12
    🚀 5
    🤓 4
    💪🏻 4
    🔥 7
    graphcool 43
    graphql 7
    a
    n
    +7
    • 10
    • 21
  • g

    gustav

    10/11/2017, 5:54 PM
    You guys are on fire! 😄
    n
    • 2
    • 1
  • h

    huv1k

    10/11/2017, 5:54 PM
    Great job, like always ❤️
    💚 1
  • d

    danaszova

    10/11/2017, 5:54 PM
    Awesome
  • b

    brayton

    10/11/2017, 5:54 PM
    Nice!
  • k

    kyriakosmichael

    10/11/2017, 5:54 PM
    Graphcool is the most promising platform to date, good job!
  • r

    robert

    10/11/2017, 5:54 PM
    Cool!
  • c

    chris08002

    10/11/2017, 5:55 PM
    Great job guys!!!
  • a

    Abhishek

    10/11/2017, 5:55 PM
    Cool!!
1...367368369...637Latest