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

    visualbbasic

    06/17/2017, 10:05 AM
    when I execute
    Copy code
    query {
      viewer {
        all_yos {
           edges {
               node {  name }
            }
         }
      }
    }
  • v

    visualbbasic

    06/17/2017, 10:05 AM
    nothings gets returned
  • v

    visualbbasic

    06/17/2017, 10:05 AM
    but if I remove viewer from both query and schema, it's working fine
    n
    • 2
    • 2
  • c

    ckelley

    06/17/2017, 1:45 PM
    @nilan when do you expect we might see a fix to #111? 🙂
    n
    • 2
    • 4
  • n

    nilan

    06/17/2017, 2:45 PM
    Hey everyone <!here|@here>! This week, we pushed out the Image API (simple image transformations on top of the File API) and added several improvements to the Graphcool CLI, the Subscriptions API and more! 🎉 We also published a new webinar, an article on the
    @connection
    directive in Relay Modern. and last but not least, a special shoutout to @yus, @martin and @kuldar 🙏 Thanks to their help, the function examples now cover SendGrid, Cloudinary, Stripe and Google Geocode! ⚡
    👏 10
    ❤️ 4
    👍 5
    💯 6
    🚀 5
    🦜 4
    graphql 5
    💪🏻 2
    graphcool 9
  • n

    nilan

    06/17/2017, 2:45 PM
    https://www.graph.cool/docs/faq/graphcool-changelog-chiooo0ahn/#week-24-(june-12-june-18)
  • s

    sdubois

    06/17/2017, 3:21 PM
    Thanks @nilan 🙂 and congrats to the team! image API documentation mentions it doesn't support image caching, so does that mean that the transformations can't be used on a regular basis? So we should only transform the images once, then store the transformation explicitly somewhere else? Or what is the recommendation?
    n
    • 2
    • 2
  • w

    wakatime

    06/17/2017, 3:47 PM
    is the File API backed globally distributed like a CDN?
    n
    a
    • 3
    • 2
  • c

    ckelley

    06/17/2017, 4:43 PM
    Copy code
    query {
       user {
         people(filter: {
           OR: [{
              notes_some: {
                content_contains: "Sports"
              }
           }, {
              name_contains: "Sports"
           }, {
              occupation_contains: "Sports"
           }] 
         }) { 
           id
           name
           occupation
           notes {
             id
             content
           }
         }
       }
    }
    If I run a query with multiple search terms, is there a way for the server to tell me which field(s) matched?
    n
    • 2
    • 1
  • a

    agartha

    06/17/2017, 5:10 PM
    What's the easiest way to check if a user is authenticated? Execute the 'user' query, and check id for null?
    n
    • 2
    • 1
  • j

    jkdowdle

    06/17/2017, 6:10 PM
    When doing a nested mutation, and I need to define the types of the variables being passed in, how do I access my custom types defined on Graphcool?
  • n

    nilan

    06/17/2017, 6:11 PM
    Great question @jkdowdle! A similar question was recently asked in the forum: https://www.graph.cool/forum/t/trouble-getting-my-nested-mutation-to-work/244
    j
    • 2
    • 1
  • j

    jkdowdle

    06/17/2017, 6:11 PM
    Awesome! I'll check that out and give it ago. Thanks!
    💯 1
  • t

    trond

    06/17/2017, 6:19 PM
    Hi, any thoughts on best practice for refreshing idTokens from Auth0 in mobile native clients? Store expire time and use setTimeout etc or just store refreshToken and then if an Apollo query fails, use refreshToken and then retry?
  • j

    juhaelee

    06/17/2017, 10:18 PM
    is there a way to get beta access to interfaces?
  • v

    visualbbasic

    06/17/2017, 10:26 PM
    any idea about my question guys??
    a
    • 2
    • 12
  • w

    wojtek

    06/17/2017, 11:22 PM
    Any tutorials on how to set up the new Functions with a webhook for Slack? 🙂 graphcoolS💙
  • w

    wojtek

    06/17/2017, 11:29 PM
    https://github.com/graphcool-examples/functions/tree/master/slack-bot-notifications
  • w

    wojtek

    06/17/2017, 11:29 PM
    ah found it!
  • w

    wojtek

    06/17/2017, 11:37 PM
    hmm, there's something wrong — i cannot update a function that has been created already. after pressing the update button and closing the modal, nothing is updated
    c
    y
    • 3
    • 4
  • w

    wojtek

    06/17/2017, 11:38 PM
    i have to delete a function and make a new one in order for it to work
  • w

    wojtek

    06/17/2017, 11:53 PM
    http://share.wojtek.im/Rqkj91+
  • w

    wojtek

    06/17/2017, 11:53 PM
    same thing here
  • w

    wojtek

    06/17/2017, 11:57 PM
    another bug http://share.wojtek.im/hGXcjD+
  • a

    agartha

    06/18/2017, 12:21 AM
    @wojtek Please report them here: https://github.com/graphcool/console/issues
    👍 1
  • v

    visualbbasic

    06/18/2017, 12:51 AM
    Does anyone work in a company that doesn't allow you to use any cloud services?
    a
    • 2
    • 1
  • y

    yus

    06/18/2017, 12:58 AM
    Its up to the community to implement ssr for modern just like relay classic. Perhaps someone (maybe me!) sld kickstart it!
  • d

    danielvdm

    06/18/2017, 9:07 AM
    has anyone made a successful app with auth and graphcool?
  • d

    danielvdm

    06/18/2017, 9:07 AM
    really struggling to build a robust auth flow in my react native app, with tokens and all that
  • g

    gildas

    06/18/2017, 9:18 AM
    I have used the Email-Password Authentication successfully but I had really simple needs (basic ACL)
1...233234235...637Latest