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

    peterp

    06/30/2017, 8:03 PM
    i set this to 1200px and i’ve got a better idea of what i’m doing
  • p

    peterp

    06/30/2017, 8:03 PM
    750px is a little tough for the interactive examples (which i love!)
  • p

    peterp

    06/30/2017, 8:03 PM
    you’ll really steal my heart if i can increase the height too!
  • p

    peterp

    06/30/2017, 8:09 PM
  • p

    peterp

    06/30/2017, 8:10 PM
    ah i see, DOCS on the far right, thank you 🙂
  • j

    jshort

    06/30/2017, 10:19 PM
    Is there something changed in the auth0 integration? jwt.io says it's all valid and we double and triple checked the auth0 configs, and we are running from console as admin. It simply says invalid token.
    a
    n
    • 3
    • 22
  • j

    jeffs

    06/30/2017, 10:20 PM
    Hi. Wanted to find out if there's a good way to debug the serverless typescript plugin created by graph.cool with typescript lambda offline in vs code. Sorry, a bit of a newbie
    a
    • 2
    • 3
  • k

    kevinbrown

    07/01/2017, 8:21 AM
    Is there a way to delete multiple nodes that match a filter? Effectively I'm trying to get the server to run something like
    DELETE FROM table WHERE value > 4
    because my use case involves deleting possibly quite a few nodes in a single operation.
  • k

    kevinbrown

    07/01/2017, 8:21 AM
    Likelihood is that I'll have the IDs if I can do some kind of
    IN
    operation, but just looking for options on filtering in general.
  • k

    kevinbrown

    07/01/2017, 10:18 AM
    Found this document: https://www.graph.cool/docs/reference/simple-api/filtering-by-field-xookaexai0/ Does that work for deletes?
    n
    • 2
    • 4
  • e

    eraldo

    07/01/2017, 3:30 PM
    I read about
    @isUnique
    is there also something like
    @uniqueTogether(field1,field2,...)
  • h

    hardys

    07/01/2017, 3:38 PM
    Functions SSS mutation_in: [DELETED] cannot obtain the deleted record right?
    a
    n
    • 3
    • 14
  • m

    mike.johnson

    07/01/2017, 4:22 PM
    How do I pass an react input state value to a wrapped apollo client query variable?
  • m

    mike.johnson

    07/01/2017, 4:28 PM
    How would I make NAME receive an input field value from the react component? Following this tutorial: https://github.com/learnapollo/pokedex-react-native-vanilla/blob/master/exercise-03-solution/components/Pokedex.js const PokedexWithData = graphql(TrainerQuery, { options: { variables: { name: '__NAME__' } } })(Pokedex)
    n
    • 2
    • 34
  • t

    turan

    07/01/2017, 5:13 PM
    hi guys! Not sure if this is the best channel, but I got an internal error message:
    Internal server error. Please contact us in Slack (https://slack.graph.cool) and send us your Request ID: cj4ljkjpobbxk0164bi1u2zia
    ✅ 1
    n
    • 2
    • 5
  • d

    dan

    07/01/2017, 5:44 PM
    I have read that your stack is primarily built ontop of AWS Lambda, how do you handle subscriptions and websockets?
    n
    • 2
    • 1
  • f

    faure

    07/01/2017, 8:20 PM
    Can I stream files I’ve uploaded to Graph.cool?
  • h

    hardys

    07/02/2017, 3:44 AM
    Hi guys need help again, i think i should report this to relay but i post it here first… Im using Relay Modern, once i add
    $filter: PaymentFilter!
    The following error appear when using relay compiler...
    Error writing modules:
    RangeError: Maximum call stack size exceeded
    Here is my mutation I can made it work when I manually apply the changes into __generated__/DeletePaymentMutation.graphql.js
    Copy code
    mutation DeletePaymentMutation(
      $input: DeletePaymentInput!
      $filter: PaymentFilter!
      $count: Int!
      $cursor: String
    ) {
      deletePayment(input: $input) {
        deletedId
        viewer {
          ...PaymentList_viewer
          id
        }
      }
    }
  • p

    peterp

    07/02/2017, 4:13 AM
    Has anyone used subscriptions with react native in the background? Looking to send a push notification when something has completed.
  • p

    peterp

    07/02/2017, 4:14 AM
    I think I just answered my own question - I'll send a push notification instead lol
    😄 1
  • o

    onelastjedi

    07/02/2017, 9:28 AM
    Hi, all. How can I get a link to a file with the extension after uploading? Like

    https://files.graph.cool/cj4lv1f95q2850164j71uo5/myfilename.jpg▾

    a
    • 2
    • 2
  • t

    tamano

    07/02/2017, 11:57 AM
    has anybody played with GraphQL-IO? I can't really tell the benefits over using Apollo by browsing the website http://graphql-io.com/#overview
    d
    o
    • 3
    • 4
  • p

    ppanagi

    07/02/2017, 3:11 PM
    Hi all, so I have
    authentication-with-auth0-and-apollo
    (https://github.com/graphcool-examples/react-graphql/tree/master/authentication-with-auth0-and-apollo) up and running, and I can successfully login. I have 2 questions on that: 1. I'm trying to modify the flow to extract the email using the Auth0 JWT token (id_token) and making a request to
    POST https://{{auth0_domain}}/tokeninfo
    , instead of relying on the frontend providing it. However I can't figure out how to access it in a function. Is that possible? So far I've tried with a
    Request Pipeline/TRANSFORM_ARGUMENT
    function. 2. I'm assuming graph.cool is doing Auth0 id_token validation behind the scenes, right? Such that there's no need to add a function to do that ourselves.
    • 1
    • 1
  • g

    grardb

    07/02/2017, 3:27 PM
    a couple questions (super new here): 1. what’s the best way to figure out what queries i can run (i.e. the exact names of mutations, queries, fields, etc.) without guess-and-checking in the playground? 2. are there any docs explaining relation permissions (connect/disconnect)? i’m pretty lost with what those are
    n
    • 2
    • 2
  • d

    dan

    07/02/2017, 4:35 PM
    Hey! Is it possible to integrate outside datastores/databases with GraphCool such as Redis,DynamoDB,ElastiCache or MongoDB? Thanks
    o
    • 2
    • 1
  • c

    ckelley

    07/02/2017, 5:31 PM
    Is it possible to update non-system properties when uploading a file? For example, I added a relation between File and User and I want to specify the User ID when I upload the file.
    n
    a
    • 3
    • 8
  • g

    geirman

    07/02/2017, 6:11 PM
    Mutation callbacks are being deprecated in favor of subscriptions. Can subscriptions be used to trigger actions such as… transactional emails, other related mutations (logs, statistics, meta data, etc), or any other post-update one would make based on a successful/unsuccessful mutation response?
    n
    • 2
    • 3
  • s

    shaharh

    07/02/2017, 8:14 PM
    hey G-cool guys, everything has been going on perfectly since I started using the service, and the experience was top notch (thumbs up 🙂 ... but just got this message (when trying to create an object ... )
    😱 1
  • s

    shaharh

    07/02/2017, 8:14 PM
    [{"message":"Whoops. Looks like an internal server error. Please contact us in Slack (https://slack.graph.cool) and send us your Request ID: subscriptioncj4n5bh8h0bio0147rr1e06wi1","requestId":"subscriptioncj4n5bh8h0bio0147rr1e06wi1","path":["Effect","node","effectType"]}]
    ✅ 1
    n
    • 2
    • 21
  • s

    shaharh

    07/02/2017, 8:14 PM
    ?
1...252253254...637Latest