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

    evanrs

    12/14/2017, 9:05 PM
    For a server-side subscription, can a change in relation be observed? For example, if my restaurant has tables, and each table is assigned a waiter, can a server-side subscription be triggered when a table is assigned a waiter?β€”when a relation is added or removed?
    • 1
    • 1
  • n

    nilan

    12/14/2017, 9:27 PM
    Hey <!channel> πŸ‘‹ We are super excited to kick-off the developer preview of the Graphcool 1.0 beta graphcool 🦜 Graphcool 1.0 incorporates much of the feedback we've received over the last two years. The developer preview will be in open beta over the following weeks. This blog post provides general information about Graphcool 1.0: https://medium.com/@graphcool/c1d4981383d9 If you want to get your hands dirty and provide early feedback, check out the boilerplate example (https://github.com/graphcool/graphql-boilerplate). You can discuss questions and feedback in the Forum (https://www.graph.cool/forum/t/developer-preview-graphcool-1-0-beta/1891?u=nilan) Thanks so much πŸ™Œ
    πŸŽ… 15
    ☝️ 5
    parrotwave6 21
    πŸŽ‰ 24
    πŸ’ͺ 15
    πŸ’š 12
    πŸ™Œ 8
    🦜 49
    graphcool 40
    d
    m
    +2
    • 5
    • 7
  • e

    ersherr

    12/14/2017, 9:27 PM
    exciting!
  • p

    patrick

    12/14/2017, 9:30 PM
    Interfaces ❀️
  • m

    mo

    12/14/2017, 9:32 PM
    Kudos to everyone on the team and contributors πŸ‘πŸ’ͺ Rock on
  • y

    yunjia

    12/14/2017, 9:39 PM
    @nilan Thanks for the wonderful updates. I am a bit β€˜out of date’ and still use graphcool cli v0.8.5. I can see the project structure has changed a lot and there is a yoga server sitting in between client and Graphcool database. I am very eager to try the new 1.0, but I do have a live system that I need to keep running safely. Is it possible for your team to produce a guide of upgrading? I would really appreciate it πŸ’ͺ
    πŸ‘ 2
    n
    • 2
    • 2
  • m

    max

    12/14/2017, 9:53 PM
    Here's the link to the Feedback forum post for the new Framework (the link above didn't work for me):
  • m

    max

    12/14/2017, 9:53 PM
    https://www.graph.cool/forum/t/developer-preview-graphcool-1-0-beta/1891
    πŸ‘ 1
  • h

    Hellojere

    12/14/2017, 10:02 PM
    YEAH! Awesome. Thanks everyone. Just in right time as well.
  • l

    lancej

    12/14/2017, 10:10 PM
    πŸ‘ Just in time for Christmas.. what a present.
  • l

    lawjolla

    12/14/2017, 10:10 PM
    Pre 1.0 / beta GraphCool has many, often radical, API shifts. How stable do you think 1.0 will be?
    s
    • 2
    • 1
  • l

    lawjolla

    12/14/2017, 10:22 PM
    And it doesn't look like
    graphcool@beta
    is on NPM yet. Edit: now it is but with an error
    Copy code
    syscall chmod
    npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/graphcool/dist/index.js'
    npm ERR! enoent This is related to npm not being able to find a file.
    πŸ‘ 1
    s
    • 2
    • 1
  • k

    Kat

    12/14/2017, 10:23 PM
    finally i've been waiting for this forever.. thank you Graphcool team! ❀️
  • k

    Kat

    12/14/2017, 10:23 PM
    graphcool❀️
  • n

    nicklewis

    12/14/2017, 10:50 PM
    awesome and just watched the video, I am going to explore this deeper!
    πŸŽ‰ 1
    n
    • 2
    • 4
  • m

    Michael Jones

    12/14/2017, 11:00 PM
    I have a question regarding the new Graphcool 1.0. Currently, I love Graphcool because of the whole idea of not needing to host a backend myself, instead, I just need to host frontend JS files. As of right now I am using the Graphcool Framework and it is great because I have version control and full access to the files while at the same time I am not actually having to host any of them. My question is, with the introduction of the new 1.0, will I be able to keep things the way they are currently? For instance, will I need to host a database or server myself? Or, will I be able to continue to use the Graphcool Cloud and have the server and database hosted for me still? Sorry if my question does not make a ton of sense, but I am just a little bit confused on what could possibly change for me from the way things are right now with the current version of the Graphcool Framework. Thank you, Michael.
    πŸ‘ 6
    n
    • 2
    • 1
  • e

    Emi

    12/14/2017, 11:11 PM
    I've just watched the video and I'm feeling a bit lost. What I loved about graphcool was the abstraction from the backend. In the video you're showing the code for each query and resolver. With 1.0, do we have to worry about them or will they be created automatically like the old version? Maybe I'm confusing it with the framework? Sorry, I'm quite new to this project!
    πŸ‘πŸ» 3
    b
    n
    • 3
    • 3
  • k

    Kat

    12/14/2017, 11:18 PM
    btw the hosted demo on https://github.com/graphcool/graphql-server-example is down atm!
  • a

    agartha

    12/14/2017, 11:26 PM
    @Michael Jones @Emi The basics about the Graphcool backend will not change. You will still get a full back-end with connected database out of the box, just like you are now. There will be some changes in the API, but the basic functionality will remain the same. You will still be able to use that back-end 'as-is' like you are now. The API/Gateway is the emerging answer to a lot of common requirements/questions/features that people using GraphQL are looking for: more control over the exposed schema, more control over authentication, stitching multiple schemas together in one endpoint etc. For this purpose, Graphcool and others in the GraphQL community (like Apollo and myself) have been developing tooling to make this process easier. The boilerplate and tools that Graphcool offer for this purpose are the result of these emerging best practices. So this does not change anything about the back-end offering, it just adds on top of it for those that need the features that it offers.
    🦜 4
    πŸ˜ƒ 2
    ❀️ 9
    m
    l
    • 3
    • 4
  • k

    Kat

    12/14/2017, 11:44 PM
    getting an error after deploying "Schema could not be fetched. Please check if the endpoint 'http://localhost:60001/api/graphql-boilerplate/test' is a valid GraphQL Endpoint." Any ideas? πŸ™‚
    n
    • 2
    • 1
  • g

    Graham Ballantyne

    12/14/2017, 11:51 PM
    Is being able to host on your own infrastructure still on the roadmap anywhere? It isn't listed at https://github.com/graphcool/framework/pull/1318
    i
    a
    n
    • 4
    • 9
  • m

    mwarger

    12/15/2017, 1:57 AM
    I'm getting this problem on windows when trying to follow along with the video in the medium article
    any_ideas_.txt
  • u

    user

    12/15/2017, 2:03 AM
    @Kat commented on @mwarger’s file https://prisma.slack.com/files/U7YAK1S9J/F8F4Z0FK6/any_ideas_.txt: There seems to be some issues with windows right now.. I got the same thing and another windows related issue I posted on the forum
    any_ideas_.txt
  • a

    agartha

    12/15/2017, 2:04 AM
    As always, the first version appears not to work on Windows 😞
    😞 1
  • a

    agartha

    12/15/2017, 2:05 AM
    You can run
    yarn
    manually inside the created blogr folder
    i
    • 2
    • 1
  • m

    mwarger

    12/15/2017, 2:23 AM
    heh, that seems to be the case with so many projects these days... not everyone has a mac 😞
  • m

    mwarger

    12/15/2017, 2:23 AM
    thanks for the tip about yarn
  • e

    efvaldez

    12/15/2017, 3:30 AM
    hi all, may I kindly ask, why in my two models that have a relation
  • e

    efvaldez

    12/15/2017, 3:32 AM
    mutation createLinkAndTags { createLink( title:"heyyy" description: "I am a good author!β€œ url:β€β€œ category:”" tagsIds: [β€œcjb65amkn7yhv0172gi3rg7x6”] ) { id title url description tags { id name } } }
  • e

    efvaldez

    12/15/2017, 3:32 AM
    when I run this^ in my react app. I see the tagIds in my Link Objects in graphcool console, but they are not related? I have to click that they are related and hit save
1...471472473...637Latest