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

    panzupa

    10/11/2017, 5:55 PM
    Great job! šŸ‘ā¤ļø
  • j

    jarvis

    10/11/2017, 5:55 PM
    Fabulous! I can't wait to get back to working with GraphQL and Graphcool.
    n
    • 2
    • 1
  • w

    wbruce

    10/11/2017, 5:58 PM
    Great job, folks.
  • c

    coolboyjules

    10/11/2017, 6:02 PM
    Awesome
  • l

    lastmjs

    10/11/2017, 6:09 PM
    This is the single greatest achievement in the universe!
    šŸ˜‚ 1
    n
    • 2
    • 1
  • j

    jordan

    10/11/2017, 6:23 PM
    Hey’allllllllz. So, just came across Graphcool and have a few questions. I see the ā€œunder-the-hoodā€ post about what graphcool is running on, but I’d like to hear about real-case scenarios. I’m wondering the throughput that it offers mainly. And in a worst case scenario, can you pull data out?
    n
    • 2
    • 1
  • l

    LeoC

    10/11/2017, 7:17 PM
    Hi everyone from Argentina
    šŸ‘‹ 3
    n
    • 2
    • 1
  • t

    taikn

    10/11/2017, 7:28 PM
    Hmm, I've just noticed that urls of
    File
    type nodes are still being accessible after node removal - is this intended behaviour?
    n
    • 2
    • 2
  • n

    nilan

    10/11/2017, 7:34 PM
    @albinekb
    but the lock in fear is huge..
    Like, will you have LTS versions of the config or how will you handle deprecations? (of graphcool features/config)
    that's a great topic, thanks for bringing this up! could you actually kickstart a discussion about this in the Forum: https://graph.cool/forum/? šŸ™‚ there are different perspectives here
  • n

    nilan

    10/11/2017, 7:36 PM
    @max
    @sorenbs thanks. What are the plans going forwards for the console? Is there a timeline around which it will go away?
    the Console will not "go away" as such, but it will become a tool to get insights into performance & errors, manage collaboration etc, rather than your day-to-day IDE. that stuff's better handled in Atom, Webstorm, VS, ... šŸ™‚
    šŸ‘ 4
  • m

    Miezan

    10/11/2017, 8:03 PM
    Hi, is there any decent/current example of using Auth0 v8 with graphcool ? i’m getting an error when trying to createUser using an auth0IdToken
    Copy code
    "code": 3025,
          "message": "The provided idToken is invalid.
  • n

    nilan

    10/11/2017, 8:05 PM
    @Miezan have you checked out this template? https://github.com/graphcool/templates/tree/master/community/auth/auth0-authentication
    m
    • 2
    • 10
  • m

    Miezan

    10/11/2017, 8:08 PM
    @nilan thanks, i will give it a try now
    šŸ’š 1
  • j

    jordan

    10/11/2017, 8:16 PM
    also, where’d the stripe template go?
    n
    • 2
    • 1
  • a

    amann

    10/11/2017, 8:16 PM
    Are you able to use underscores with the
    @relation()
    directive?
    n
    • 2
    • 2
  • j

    jordan

    10/11/2017, 8:18 PM
    found it O
  • n

    notrab

    10/11/2017, 8:52 PM
    Are modules being replaced with templates @nilan? Wondering for my project whether to slightly restructure it.
    n
    • 2
    • 4
  • a

    aurnik

    10/11/2017, 9:27 PM
    Is it possible to still use the console after ejecting? I’d like to use the new framework but it has also been useful using the console to have a more clean visual representation of everything
    a
    • 2
    • 1
  • t

    toddgeist

    10/11/2017, 10:03 PM
    I am working on an app that has a public api as well as a web front end. Has anyone done anything like this with Graph.cool? If yes, Did you just expose some of the GraphQL Queries and Mutations? Or did you wrap it with a REST apI? Any examples anywhere?
    n
    • 2
    • 10
  • j

    jordan

    10/11/2017, 10:37 PM
    i’m using the beta graphcool cli for managing… how do i do something super simple… i want to have data be available publicly. How do I create an auth token and have a collection be available to that token?
  • e

    emre

    10/11/2017, 11:38 PM
    Looks like we can no longer create PAT tokens in the console if we are using the CLI, however I am not reading the docs in how to generate a new PAT token via the CLI? Any suggestions?
    a
    • 2
    • 2
  • a

    abeagley

    10/12/2017, 12:08 AM
    graphcool local pull
    was working earlier and is now unauthorized? Anyone else having trouble pulling the docker images?
    n
    • 2
    • 2
  • s

    shadi

    10/12/2017, 12:42 AM
    hey team, where is the sendgrid example integration?
  • s

    shadi

    10/12/2017, 12:43 AM
    it's listed on this page but the link is broken, where has it moved to?
  • s

    shadi

    10/12/2017, 12:43 AM
    https://www.graph.cool/docs/reference/integrations/overview-seimeish6e/
  • s

    shadi

    10/12/2017, 12:45 AM
    found it. PSA: it looks like the names of the directories in the https://github.com/graphcool/templates repo have been changes so many of the links into this repo in the documentation are now broken šŸ˜ž
    n
    • 2
    • 3
  • e

    emre

    10/12/2017, 12:51 AM
    Weird issue on deployments. Seems like the first time I run
    graphcool deploy --target prod
    the service deploys and builds the schema according to the .graphql file fine. The second time I run it, I get a schema validation error:
    ERROR: The schema is invalid: Invalid field type definition detected. Valid field type formats: Int, Int!, [Int!], [Int!]! for example.
    I have to comment out the schema, run the deploy with a --force. then rerun it again in order for the updates to go through. Anyone else experiencing this issue?
    a
    n
    • 3
    • 5
  • m

    mannigan

    10/12/2017, 1:15 AM
    does anyone have weird issues upgrading versions of the beta cli? I’m using yarn and on a mac with node installed through homebrew. I have a couple issues but the one that i cant get passed is
    this.client.getDeployUrl is not a function
    e
    e
    t
    • 4
    • 25
  • m

    mwickett

    10/12/2017, 2:05 AM
    What’s the story around running functions locally for testing / dev with the new Framewok CLI?
    n
    • 2
    • 1
  • h

    harrisrobin

    10/12/2017, 2:33 AM
    hey everyone! is it possible to do
    auth0
    with
    templates
    ? I am specifically looking for
    linkedin
    auth
    m
    n
    • 3
    • 6
1...368369370...637Latest