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

    valid

    08/28/2017, 5:05 PM
    and isUser() and state.isUser is
    false
    , but when I try to createUser, graph.cool says user with details already exists, and I've verified that in the console
    a
    d
    • 3
    • 22
  • r

    rajit

    08/28/2017, 6:30 PM
    Is there a suitable way to do optimistic locking with GraphCool? (e.g. fail an update if a
    version
    field does not match). From what I can see the
    update...
    mutations only update by id.
    a
    d
    • 3
    • 29
  • z

    zebapy

    08/28/2017, 6:34 PM
    is there a way to delete all of some data?
    a
    • 2
    • 1
  • a

    aurnik

    08/28/2017, 6:55 PM
    Just wanted to retry asking this:
    a
    • 2
    • 4
  • d

    doug_w

    08/28/2017, 8:33 PM
    How do I run an introspection query against a GraphQL endpoint? Trying to use this awesome visualization tool: https://apis.guru/graphql-voyager/
    v
    • 2
    • 1
  • d

    doug_w

    08/28/2017, 8:33 PM
    Is it some type of root query that returns all my nodes and fields?
  • d

    Daniel K.

    08/28/2017, 8:43 PM
    @doug_w in the Graphcool console switch to Schema and click on "Graph View" button in top right corner ... you get something very similar, probably not that fancy, but works 🙂
  • d

    doug_w

    08/28/2017, 8:44 PM
    Thanks @Daniel K. funny enough I noticed that right after I posted! It’s pretty neat - curious to get the voyager working though if anyone else has tried it.
  • d

    Daniel K.

    08/28/2017, 8:48 PM
    @doug_w this might perhaps help you ? did not dive into it 🙂 https://www.graph.cool/docs/faq/graphql-introspection-queries-shoe5xailo/
  • a

    agartha

    08/28/2017, 9:14 PM
    @doug_w When you run graphql-voyager, the initial screen has an option 'copy introspection query'. You paste that query into the playground, run it, and copy-paste the query results back into the box below.
  • a

    agartha

    08/28/2017, 9:18 PM
    👍 2
  • u

    user

    08/28/2017, 9:31 PM
    @doug_w commented on @agartha’s file

    https://prisma.slack.com/files/U5P82S230/F6UQ84J67/1f1e8fd6-15b5-4f78-afc8-eb34d8c2fcd2.gif▾

    : Soo awesome, thanks!
  • j

    jmanke

    08/28/2017, 11:51 PM
    Has anyone manages to successfully make a GraphCool query to create a new Auth0 authenticated user?
    d
    • 2
    • 2
  • m

    mlyons

    08/29/2017, 12:35 AM
    Is anyone else not getting activity to show up on their pipeline function invocation graph/logs?
    a
    a
    • 3
    • 3
  • a

    auser

    08/29/2017, 1:31 AM
    Is it possible yet to define our infrastructure in code? Cloning environments and keeping them up to date is getting to be a LOT of work
    d
    n
    • 3
    • 3
  • o

    oliver

    08/29/2017, 8:54 AM
    we can't login into the graph.cool console
    d
    • 2
    • 11
  • o

    oliver

    08/29/2017, 8:55 AM
    Browser_error_message.txt
  • f

    florian

    08/29/2017, 9:23 AM
    Hi, I'm having an issue accessing one of my project's console
  • f

    florian

    08/29/2017, 9:24 AM
    I can access other projects though
    d
    p
    • 3
    • 5
  • p

    Pieter

    08/29/2017, 9:46 AM
    @florian same issue here just now
  • g

    galindero

    08/29/2017, 10:00 AM
    hi!
  • g

    galindero

    08/29/2017, 10:00 AM
    i'm having problems with serverless typescript plugin
  • g

    galindero

    08/29/2017, 10:00 AM
    i'm just integrating the plugin in a legacy project
  • g

    galindero

    08/29/2017, 10:00 AM
    and when i run serverless offline it shows: Unexpected token ...
  • g

    galindero

    08/29/2017, 10:20 AM
    node4.3 is the issue
  • g

    galindero

    08/29/2017, 10:20 AM
    spread operator
  • g

    galindero

    08/29/2017, 10:20 AM
    it's impossible to use typescript with node4.3 ?
    a
    • 2
    • 2
  • g

    galindero

    08/29/2017, 10:20 AM
    well.. with this plugin
  • a

    agartha

    08/29/2017, 3:02 PM
    To everyone using the built-in Auth0 integration: Auth0 has now officially announced that for new clients, OIDC conformance will be enabled by default. In order for the built-in Auth0 integration to work, you need to disable this setting in your Auth0 dashboard, as well as setting the Signature Algorithm to
    HS256
    . Also, if you're using the new
    react-native-auth0
    client library, make sure you do not specify an audience, because that will override your Auth0 client settings, and switch to OIDC conformant RS256 tokens, which cannot be used for Graphcool!
  • a

    agartha

    08/29/2017, 3:02 PM
    @agartha pinned ’s Image

    Warning: New Auth0 client defaults▾

    to this channel.
1...321322323...637Latest