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

    samjbmason

    08/08/2017, 9:47 AM
    The use case is that I have a dev project and prod project and would like to use one schema to keep them in sync
  • w

    wallslide

    08/08/2017, 11:03 AM
    How do I provide a migration value when changing the values of an enum?
    d
    • 2
    • 5
  • s

    steveb

    08/08/2017, 1:00 PM
    Anyone have a suggested syntax highlighter language for
    project.graphcool
    files?
    j
    • 2
    • 6
  • w

    webcreation-bzh

    08/08/2017, 2:58 PM
    I just finished React+Apollo tutorial on howtographql and I've one question: If we have 2 pages of links and create a new post (link), the first page is updated but not the second one. When I click next button, the second page is not updated.
  • r

    raph

    08/08/2017, 3:06 PM
    is there a specific channel for chromeless?
  • i

    ilkkavesa

    08/08/2017, 3:17 PM
    Has anyone used Expo.io’s own Facebook/Google logins with Graphcool backend? Would that be a feasible option to replace Auth0? We have showstopper (~30% of iOS devices randomly fails Auth0 signup) with Auth0 as still we’re still a freemium customer, their customer service couldn’t care less about this… But for us, it’s preventing the launch (and more users, moving to paid plan, …), so simply have to look for other options for Graphcool+Auth0 😞
    n
    • 2
    • 3
  • s

    steveb

    08/08/2017, 6:28 PM
    Is there a way to do list/array type fields on a Type? For example, I would like to add a
    keywords
    field to a type that contains a list of keywords that could be assigned to my type.
    a
    • 2
    • 2
  • n

    nilan

    08/08/2017, 8:17 PM
    Hey everyone <!here|@here>, the latest changelog is released and there's again a lot to share! Amongst general improvements to the API and subscriptions, the schema extension beta is progressing very well and a lot of bugs have been reported and fixed already! Thanks to all the beta testers 💪 We also launched Chromeless (https://github.com/graphcool/chromeless/) and were featured on Product Hunt and Hacker News. The reception and amount of participation has been tremendous with * > 9000 stars, >50 PRs and almost 150 reported issues on GitHub* 🖥️ Additionally, with Subscriptions and Pagination for Relay, two more chapters have been added to How to GraphQL: https://www.howtographql.com/react-relay/7-subscriptions/ Last but not least, a huge shoutout to @agartha @mwickett @martin @aurnik and @picosam for contributing function examples for Stripe Connect, Stripe Charges, a reset password workflow, AccountKit integration and more! ⚡ As a general reminder, the Forum is a great place to discuss all kinds of questions relating GraphQL, Graphcool & more: https://www.graph.cool/forum/ Please participate in the discussion and share your knowledge with the community ✨
    🎉 8
    🔥 4
    🆒 4
    🎊 4
    👍 4
    graphcool 7
    💯 13
    💪🏻 1
    😻 2
    🦜 12
    👍 2
  • n

    ntropish

    08/08/2017, 8:26 PM
    Hi, I'm having trouble getting responses to a subscription where I add and remove from an array property. Changing a boolean property does work. Is there anything special I have to do for array properties?
  • n

    ntropish

    08/08/2017, 8:27 PM
    [Here is the subscription](https://gist.github.com/Ntropish/59774b7f794d78f1a5992366fb97e2cd)
  • n

    ntropish

    08/08/2017, 8:35 PM
    The array property is a relation
    n
    • 2
    • 3
  • a

    agartha

    08/08/2017, 9:15 PM
    Q: 502 error while saving function? My fault or yours?
    n
    • 2
    • 2
  • t

    tibit

    08/08/2017, 11:04 PM
    Anyone around that could answer a few beginner graph.cool questions of what can and cannot be done? (I'll turn to the forum then) 😉
    m
    n
    • 3
    • 3
  • t

    takeshiamano

    08/09/2017, 1:26 AM
    hello! Very much enjoying using graphql and we have been hosting data for a new chat platform we are building
  • t

    takeshiamano

    08/09/2017, 1:26 AM
    one question regarding Graph Cool + Algolia integration
  • t

    takeshiamano

    08/09/2017, 1:27 AM
    if we set up separate Algolia indices under two Graphcool types with auto sync
  • t

    takeshiamano

    08/09/2017, 1:27 AM
    does relation work between them and still enjoy instant result coming back from Algolia?
  • t

    takeshiamano

    08/09/2017, 1:28 AM
    didn't see mentions about relation in the tutorial in Graphcool blog
    n
    • 2
    • 3
  • j

    jkirkley

    08/09/2017, 1:35 AM
    hey my console is black and dave(messenger guy is gone) 😞
    n
    • 2
    • 2
  • m

    max

    08/09/2017, 1:37 AM
    hey does anyone have experience integrating react + auth0 + HashBrowser (react-router4)... auth0 doesn't seem to like the hash
    r
    d
    • 3
    • 5
  • j

    jkirkley

    08/09/2017, 1:39 AM
    I'm back.reloaded chrome
  • j

    jt9001

    08/09/2017, 5:28 AM
    Hi all. Is there a practical limit to how many relations an entry should hold? With my schema design it could be thousands, I'm wondering if I should rethink it now.
    r
    • 2
    • 2
  • m

    matty

    08/09/2017, 5:32 AM
    the collapsed sidebar view in the console looks like its having some issues
    n
    • 2
    • 1
  • s

    shanecav

    08/09/2017, 6:40 AM
    Is there a way to extend the life of, or automatically refresh, the email/password authentication token? My goal is to avoid having users need to re-sign in every 30 days.
    n
    a
    • 3
    • 2
  • a

    anton-b

    08/09/2017, 8:57 AM
    Hi all, I am trying to figure out an architecture for my application and specifically users. I have provider client and a customer client. With the current setup, a provider can log in as customer and a customer can log in as a provider (the user can't act as a provider without creating one first or being invited to another active provider as admin, after signing in). Is it bad practice to mix customer and provider data on the same user? I am using Auth0 lock for authentication. How would you handle the same problem? In my specific case I don't think many providers would ever use the customer client, and vice versa, but it is a possibility. Should I only allow providers to be providers, and force them to sign up using another email if they would ever need to be a customer?
    d
    • 2
    • 5
  • r

    roms

    08/09/2017, 9:29 AM
    @nilan how can we join the schema extension beta?
    n
    • 2
    • 2
  • p

    pbandjs

    08/09/2017, 10:24 AM
    Hey guys. I want to get graphcool working with express, but I dont really know how to go about it. Can anyone who understands please explain or point me in the direction of some good resources.
  • t

    takeshiamano

    08/09/2017, 1:24 PM
    I don't seem to be able to save changes from console when I change relation name. I can click preview changes with no error and pressing apply changes does nothing. What am I doing wrong?
  • l

    lcofre

    08/09/2017, 1:36 PM
    Hi lads! I am trying to run the examples for chromeless
  • l

    lcofre

    08/09/2017, 1:37 PM
    (Sorry for the newbie question) I am trying to execute the examples with the local browser, but it seems I have to transpile before. In the process I am encountering problems related with the babel configuration which makes me think I chose the wrong way to execute the examples. Thanks!
    n
    • 2
    • 1
1...302303304...637Latest