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

    mentallyretired

    06/19/2017, 5:16 AM
    "Cannot query field 'Product' on type 'Query'." 😞
    n
    • 2
    • 1
  • u

    user

    06/19/2017, 6:12 AM
    @avdeveloper commented on @mentallyretired’s file https://prisma.slack.com/files/U5G5P9Z1B/F5VMT3T45/-.js: try
    allProducts(first:50)
    -.js
  • a

    avdeveloper

    06/19/2017, 6:16 AM
    So both query and mutation gql work separately, but now I want to update the cache by pushing the most recently added product to the allProducts query/store. But I can't get past the proxy.readQuery call because there is no ROOT_QUERY ? what is the root query supposed to be?
    -.js
    👍 1
  • h

    hardys

    06/19/2017, 7:02 AM
    Anyone have the same problem? I do some update on Functions… after that it is not working anymore…. the logs not appear… and it keep running the old deleted Function
    ✅ 1
    n
    • 2
    • 15
  • i

    idkjsx

    06/19/2017, 9:50 AM
    Question. What would the [graphql-js starwars schema](https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsSchema.js) example look like in IDL? Is there an example of that anywhere?
    a
    • 2
    • 24
  • e

    eish

    06/19/2017, 10:14 AM
    Anyone know how to get access to the beta
    n
    • 2
    • 1
  • a

    afgh

    06/19/2017, 10:35 AM
    Is there a way to filter queries by where nodes don’t have a specific type of related nodes?
    n
    • 2
    • 8
  • p

    pettanko

    06/19/2017, 10:59 AM
    If I create JWT tokens on my express end, how would I make sure it is bound to a user on graph.cool end?
  • m

    mentallyretired

    06/19/2017, 1:25 PM
    are the query names, like "allProducts" arbitrary? or does the system define them somewhere?
    n
    • 2
    • 2
  • p

    picosam

    06/19/2017, 2:01 PM
    Hello, any best practices for versioning resources in GraphQL? For example: Let's say I want to maintain all versions of a user profile and have only one valid and active...
    a
    • 2
    • 1
  • e

    eraldo

    06/19/2017, 3:18 PM
    Does graphcool already feature cascading deletions?
    w
    • 2
    • 2
  • d

    dk0r

    06/19/2017, 5:58 PM
    @agartha Are you able to run both android and iOS (via osx vm) simulators simultaneously ?
    a
    • 2
    • 16
  • v

    virtualirfan

    06/19/2017, 7:42 PM
    Is the graph.cool Console service up? I'm having trouble logging in to the dashboard. The redirect from Auth0 login for Console goes to a blank page.
  • j

    jhennessey

    06/19/2017, 7:48 PM
    I’m also not able to view my console right now ☝️
  • c

    calvinl

    06/19/2017, 7:48 PM
    same here. the page keeps reloading itself
  • n

    njasset10

    06/19/2017, 7:50 PM
    yea
  • n

    nilan

    06/19/2017, 7:51 PM
    Hey guys, thanks for the heads up! We're already looking into this. Can you please do the following: locate the request that gets
    500
    in the network tab, right click it, choose copy-> copy as cURL and PM it to me? Please don't share this request in #general 🙂
  • n

    nilan

    06/19/2017, 7:53 PM
    Thanks, we can reproduce this now. No need for further cURLs. I'll keep this channel posted with updates.
    👍 1
  • n

    nilan

    06/19/2017, 7:59 PM
    The problem should be fixed now. Can you all please try again @virtualirfan @jhennessey @calvinl @njasset10? 🙂
  • n

    njasset10

    06/19/2017, 7:59 PM
    All set
    👍 1
  • c

    calvinl

    06/19/2017, 8:00 PM
    works for me!
  • j

    jhennessey

    06/19/2017, 8:00 PM
    👍
  • n

    nilan

    06/19/2017, 8:00 PM
    Thanks everyone for your help with this 🙂
  • v

    virtualirfan

    06/19/2017, 8:02 PM
    Confirmed working now.
    👍 1
  • c

    changalberto

    06/19/2017, 8:30 PM
    How's progress going with https://github.com/graphcool/feature-requests/issues/39
    n
    • 2
    • 2
  • d

    dk0r

    06/20/2017, 12:11 AM
    Anyone used apollo-client (a graphQL client) with react-navigation (a react-native router) ?
  • a

    agartha

    06/20/2017, 12:13 AM
    Just wondering, does anyone have experience with https://www.npmjs.com/package/graphql-code-generator?
  • a

    agartha

    06/20/2017, 1:10 AM
    Another Q: Is there any intelligent way to pass multiple objects as variables to a batch mutation? I can't use the
    .
    syntax in parameters (like
    $firstMutation.description
    )...
  • w

    wallslide

    06/20/2017, 2:02 AM
    Having problems with connect permission queries
    ✅ 1
    n
    • 2
    • 11
  • k

    kgoggin

    06/20/2017, 2:19 AM
    Hi all - I've got a 1:many question. Trying to do a basic blog, and I've got a Post type, which can have many Tags. I want to facilitate creating new tags on the fly. When I create a new Post, I'm able to pass in an array of
    tagsIds
    (for existing tags) + an array of new Tags objects, and all is well. But, it seems like when I go to update an existing post, this behavior doesn't work - the new tags overwrite whatever I'm sending as far as existing tags. Anyone else encountered this scenario and have a suggested way to handle it?
    w
    • 2
    • 17
1...235236237...637Latest