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

    shubhamjain

    05/19/2017, 5:24 PM
    I am a bit confused. When I create a relation (one-to-many) why is there need to create fields in both "types". Coming from an SQL world, I expect them to relate with the ID key.
    b
    n
    • 3
    • 31
  • a

    adamibaker

    05/19/2017, 5:52 PM
    i'm using graphcool with auth0 and getting a generic
    invalid token specified
    error when trying to create a new user (createUser mutation). how can i debug this more thoroughly?
    n
    • 2
    • 34
  • s

    shubhamjain

    05/19/2017, 6:25 PM
    Suggestion: GraphQL errors show up with escaped newline and tab characters, making them hard to read. I think it'd be better to strip them.
    n
    • 2
    • 1
  • a

    artyom

    05/19/2017, 6:32 PM
    @raman @brooks @yarish @orlandohohmeier @jkeat πŸ‘‹ hello there and welcome to graphcool ! glad you’re joining us!
  • a

    artyom

    05/19/2017, 6:33 PM
    head on over to #graphql-europe-comm if you’re here for GraphQL-Europe ( πŸ‘€ -> @brooks ;))
  • d

    dohomi

    05/19/2017, 7:26 PM
    Hi Guys, does anybody know how to make a filter on a joined relation? I’d like to filter a list where the actual filter lookup is in a nested relation, similar to query WHERE statement of MySQL on a joined table? Is this somehow possible at the moment? Thanks!
    y
    n
    • 3
    • 19
  • c

    cadbot

    05/19/2017, 8:31 PM
    I think there might be a bug with the the relay API. In both the pokedex and TodoList starter apps, pageInfo refuses to populate properly
    n
    • 2
    • 3
  • a

    adrianocola

    05/19/2017, 9:38 PM
    I’m using a SSS with a webhook but when I do a mutation from my application my webhook receives the data without my modifications. If I change the same item in the console my webhook receives the data with the changes. Any thoughts why this is happening? Thanks!
    n
    • 2
    • 5
  • s

    stevewpatterson

    05/19/2017, 10:16 PM
    I'm getting this error whenever I try to upload a file:
    Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Credentials' header in the response is '' which must be 'true' when the request's credentials mode is 'include'. Origin '<http://localhost:4200>' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
    Using the ng2-file-upload module which has been uploading to graphcool just fine until I tried it today. Any thoughts?
    n
    • 2
    • 13
  • a

    artyom

    05/19/2017, 11:45 PM
    @abhirag @maciejn @zol @betty @racedale @manojs @bismuth @graphan @alejandropereira @nikosv @valakirka @thomas hey there, welcome! Glad you're joining graphcool πŸ™Œ
    πŸ‘ 1
  • a

    artyom

    05/19/2017, 11:45 PM
    For GraphQL-Europe related conversation, head on over to #graphql-europe-comm
  • a

    artyom

    05/20/2017, 8:17 AM
    @eemshi @maidoan @radelcom @lastmjs @bredfern @thea πŸ‘‹ hi there, welcome to graphcool ! πŸŽ‰
  • a

    artyom

    05/20/2017, 8:17 AM
    If you're here for GraphQL-Europe, head on over to #graphql-europe-comm for any conference related questions
  • t

    theom

    05/20/2017, 9:37 AM
    Is @defer used in graphQL (Apollo-client 1.0.2)? I ask as the following article implies that it does, but I'm getting an
    GraphQL error: Unknown directive 'defer'. (line 8, column 39): comments(orderBy: createdAt_DESC) @defer
    error message. My query is as follows:
    Copy code
    export const All_Posts_Comments_Query = gql`
      query allPostsCommentsQuery {
        allPostses (orderBy: createdAt_DESC) {
          __typename
          id
          displaysrc
          caption
          likes
          comments (orderBy: createdAt_DESC) @defer {
            __typename
            id
            posts {
              __typename
              id
            }
            text
            user
            deleted
          }
        }
      }
    `;
    https://dev-blog.apollodata.com/new-features-in-graphql-batch-defer-stream-live-and-subscribe-7585d0c28b07
    n
    • 2
    • 5
  • d

    danielvdm

    05/20/2017, 10:21 AM
    is the console down?
  • s

    sorenbs

    05/20/2017, 10:25 AM
    Hi Daniel. We have no issues with the console atm. I’ll reach out to you in pm so we can figure out what is going on πŸ™‚
  • d

    danielvdm

    05/20/2017, 11:11 AM
    is it possible some way to create an object in the console with relations ? instead of creating an object (without the relations) and adding the relations later
  • s

    sorenbs

    05/20/2017, 11:36 AM
    It is! Take a look at this post about nested mutations https://blog.graph.cool/improving-dx-with-nested-mutations-af7711113d6
  • a

    artyom

    05/20/2017, 1:55 PM
    @rockyb @figitaki @mturki_ @sciborrudnicki @roblaws @jeff @Stefan whoopla, hi there! πŸŽ‰ welcome to graphcool ! πŸ™Œ
  • a

    artyom

    05/20/2017, 1:56 PM
    check out #graphql-europe-comm if you are here for GraphQL-Europe πŸ˜‰
  • j

    jv.bianchi

    05/20/2017, 2:36 PM
    using graphcool cli push command I got this error
    Copy code
    Error: The project file (project.graphcool) that you provided doesn't seem to be valid. Please make sure it contains the ID of your project.
    
     * You can enable additional output by setting `export DEBUG=graphcool` and rerunning the command.
     * Open an issue on GitHub: <https://github.com/graphcool/graphcool-cli>.
     * Get in touch if you need help: <http://slack.graph.cool/>
  • s

    sorenbs

    05/20/2017, 2:37 PM
    Hi Victor πŸ™‚ Can you send the porject.graphcool file to me in a private message?
  • s

    sorenbs

    05/20/2017, 3:12 PM
    The entire Graphcool team will be busy organising the GraphQL Europe conference over the next two days. We will be slow to respond to questions hare in slack, but will be back in full force on Monday.
    πŸ‘πŸ½ 5
    i
    a
    • 3
    • 4
  • j

    joar

    05/20/2017, 4:11 PM
    @sorenbs You should probably sticky that
    βœ… 1
  • a

    alon-graph

    05/20/2017, 5:03 PM
    Hey can someone point me to a good GraphQL and React Native tutorial?
    a
    • 2
    • 1
  • k

    kmandrup

    05/20/2017, 6:23 PM
    For anyone trying to do Auth0 integration, try out my new https://github.com/kristianmandrup/gc-auth0 - still under development WIP, not published yet
    πŸ‘ 3
    d
    • 2
    • 2
  • k

    kmandrup

    05/20/2017, 6:23 PM
    But should make it much easier to work with GC, Auth0 and GraphQL clients (Apollo, Lokka, ...)
    πŸŽ‰ 1
  • c

    chicagoboy2011

    05/20/2017, 6:35 PM
    Any best practices/advice on migrating Firebase data to graph.cool?
    n
    i
    • 3
    • 2
  • w

    whatupdave

    05/20/2017, 7:05 PM
    is the functions api flexible enough to add a custom oauth2 provider? I want to allow signup with discord
  • a

    artyom

    05/20/2017, 9:18 PM
    @artyom pinned a message to this channel.
1...197198199...637Latest