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

    drk

    05/18/2017, 11:51 PM
    afaik error codes aren't a part of the graphql spec, and i see no reference to error codes when trying to create a user using the apollo swift client
  • d

    drk

    05/18/2017, 11:52 PM
    only error messages
  • m

    meatwallace

    05/19/2017, 1:29 AM
    Hey guys, I reported the
    Whoops. Looks like an internal server error. Please contact us in Slack (<https://slack.graph.cool>) and send us your Request ID: cj2v5ylasg4bk01694xcgi8gp
    error yesterday (~24 hours ago), and @nilan was investigating it for me overnight, however I have not had a response and he is away now. We really want to use your product for a prototype with a very tight deadline, but uncertain how this issue is progressing. Is there a more formal avenue for customer support, or can someone here assist me? Thanks for any help you can provide 🙂
    n
    • 2
    • 1
  • d

    drk

    05/19/2017, 1:55 AM
    the default permissions for User seems too permissive ex: any user can run a mutation for another user
  • d

    drk

    05/19/2017, 1:56 AM
    is this intentional? is it best to lock down that Type and add permissions on a UserProfile Type?
  • d

    drk

    05/19/2017, 2:24 AM
    trying
  • d

    drk

    05/19/2017, 2:24 AM
    Copy code
    query ($user_id: ID!, $node_id: ID!) {
      SomeUserExists(filter: {
        AND: [
          { id: $user_id },
          { id: $node_id }
        ]
      })
    }
  • d

    drk

    05/19/2017, 2:24 AM
    as the permission on the update operation for User type, but am still able to update an unrelated user
    n
    • 2
    • 1
  • f

    fredibach

    05/19/2017, 8:17 AM
    Is it possible to order by count?
    n
    • 2
    • 2
  • b

    busk

    05/19/2017, 8:35 AM
    Hey, something I've been struggling with is that in the docs it mentions that I have to make the createUser mutation accessible by everyone, yet I can't find where to adjust the permissions for those? In the console I only find the settings to adjust permissions for Types and Relations?...
    n
    • 2
    • 9
  • s

    serle

    05/19/2017, 8:39 AM
    does anyone know where I can find the docs on the withAppolo enhancer?
    n
    • 2
    • 3
  • p

    ppatidar

    05/19/2017, 8:41 AM
    Hello I'm getting error in In graphcoll when i'm clicking on mu mobel this error come right corner in red popup Cannot return null for non-nullable type (line 7, column 227): id coacheAcadmic (first: 3) { edges { node { id } } } createdAt graduation graduationProgramLength graduationUniversity graduationYear hightSchool hightSchoolUniversity hightSchoolYear institute { id } updatedAt user { id } ^
    ✅ 1
    n
    • 2
    • 2
  • i

    ilkkavesa

    05/19/2017, 8:48 AM
    Hi all, getting error while trying to add new collaborator to a project: “No Graphcool user exists with the email ‘xxx@xxx.xxx’. Please ask your collaborator to create a Graphcool account.” We’ve now checked email address multiple times, should be ok… Contacted chat support but not getting replies. Any recommendations? Thanks!
    n
    • 2
    • 2
  • a

    artyom

    05/19/2017, 9:09 AM
    hey @cseverns @jasonkwong11 @ernestofreyreg @kenanchristian @do.n.khanh @gblock @tklarryonline @epapaleksis @darkbcx @rednax1994 @xander @chopper welcome to graphcool 👋 👋 what a great day to be joining us! 😎
    graphcool 1
  • r

    rednax1994

    05/19/2017, 9:09 AM
    Thank you!
  • a

    artyom

    05/19/2017, 9:10 AM
    if you’re here for GraphQL-Europe, check out #graphql-europe-comm for all conference related items graphql europe
  • r

    rednax1994

    05/19/2017, 9:10 AM
    I’m looking forward to seeing graphCool for iOS, since i’m just starting my iOS programming i think graphQL can be very helpfull in my development
    🦜 1
    🙌 1
    a
    n
    n
    • 4
    • 5
  • p

    ppatidar

    05/19/2017, 9:17 AM
    Delete not work by id mutation { deleteCoache(id: "cj2vmbh2iu3lx0177iu955e6a") { id } } Getting Error Like this: The field 'institute' on type 'Coache' is required. Performing this mutation would violate the constraint
    ✅ 1
    n
    • 2
    • 2
  • l

    louislarry

    05/19/2017, 9:32 AM
    Hello
  • l

    louislarry

    05/19/2017, 9:33 AM
    got following on my console:
    Copy code
    Whoops. Looks like an internal server error. Please contact us in Slack (<https://slack.graph.cool>) and send us your Request ID: cj2vnb88yzpn90172dtykscty
    s
    • 2
    • 2
  • j

    jasonkwong11

    05/19/2017, 9:38 AM
    Hello all!
    n
    • 2
    • 1
  • r

    rishabh

    05/19/2017, 1:21 PM
    Hi there, I was planning to lay down my schema, Does Graph cool provides ability to make interfaces which could be implemented later on?
    ✅ 1
    n
    p
    • 3
    • 4
  • l

    lewisblackwood

    05/19/2017, 2:14 PM
    has anyone solved including node modules in a webtask and not exceeding the max size they've set (122 kb)? For example, if you follow the tutorial here (https://www.graph.cool/docs/tutorials/calling-the-api-with-lokka-taith2va1l/), once you've included
    lokka-transport-http
    you'll exceed the max size and won't be able to run
    wt create build/like-posts-lokka.js
    . Here's a relevant GitHub issue with a comment from Soren too (https://github.com/auth0/webtask-bundle/issues/5).
    n
    m
    g
    • 4
    • 11
  • l

    la-any

    05/19/2017, 2:48 PM
    Hi everyone
    🙌 1
    a
    • 2
    • 1
  • a

    artyom

    05/19/2017, 2:52 PM
    @dannywheeler @hendiadyoin @darren @burhan3759 @spinheiro a warm welcome to you also, glad you’re joining graphcool 👋 👋
  • a

    artyom

    05/19/2017, 2:53 PM
    head on over to GraphQL-Europe if you’re here for the conference graphql europe
  • g

    gmuresan

    05/19/2017, 3:33 PM
    Hey having an issue with nested mutations and permissions. I need to check that the user has permission to add a relation to the object that is being created, but the object with that ID does not exist yet while the permission is being checked
    n
    • 2
    • 41
  • f

    fabianlindfors

    05/19/2017, 4:18 PM
    Hi! What would be the best way to implement translatable content? Different projects/objects/fields?
    b
    n
    • 3
    • 5
  • s

    sverbeek

    05/19/2017, 5:15 PM
    Where is the data held? AWS?
    n
    • 2
    • 4
  • a

    artyom

    05/19/2017, 5:20 PM
    @eugenistoc @samfeder @sonicrida @bowlingx @lezuse @jamiter @sebkas @wasd171 hi there 🙌 glad you’re joining us today! head on over to #graphql-europe-comm if you’re here for GraphQL-Europe graphql europe
    👋 1
    ✅ 1
    👍 1
1...196197198...637Latest