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

    ambethia

    02/05/2017, 4:00 AM
    Am I doing something wrong?
  • a

    ambethia

    02/05/2017, 4:02 AM
    I guess it just isn't going to do Rails-like inflections to know that it should just be
    kidId
    ?
  • p

    peitalin

    02/05/2017, 5:30 AM
    Has anyone ever run into an error similar to this?
    Copy code
    OPTIONS <https://api.graph.cool/simple/v1/__PROJECT_ID__> 405 (Method Not Allowed)
    I think it may be CORS related?
    n
    • 2
    • 1
  • a

    ambethia

    02/05/2017, 5:50 AM
    Maybe a misbehaving proxy?
  • n

    nilan

    02/05/2017, 7:41 AM
    welcome @albuck, @urigo and @eliecerthoms ๐Ÿ‘‹ ๐ŸŽ‰
  • e

    eliecerthoms

    02/05/2017, 7:53 AM
    @nilan thank you!
  • e

    eliecerthoms

    02/05/2017, 7:55 AM
    @nilan I've noticed something strange on step-01 of your learn relay, I see the class ListPage having an
    export default
    prefixing it, but after that the tutorial says to write
    export default Relay.Container
  • e

    eliecerthoms

    02/05/2017, 7:56 AM
    so, for that to work I had to take the first export default from the ListPage component, and import Relay to the file.
  • e

    eliecerthoms

    02/05/2017, 7:57 AM
    And I'm almost certain that might be incorrect, but I just can't find another way
  • n

    nilan

    02/05/2017, 7:57 AM
    no this is how it's intended
  • n

    nilan

    02/05/2017, 7:57 AM
    sorry for the ambiguity
  • e

    eliecerthoms

    02/05/2017, 7:58 AM
    oh, ok cool.
  • u

    urigo

    02/05/2017, 8:07 AM
    thanks @nilan nice to be here ๐Ÿ˜‰
    ๐Ÿš€ 4
  • a

    artyom

    02/05/2017, 12:25 PM
    hi, @matis_lubi_janka ๐Ÿ‘‹
  • a

    artyom

    02/05/2017, 3:35 PM
    hi @harsha welcome!
  • n

    nilan

    02/05/2017, 4:57 PM
    Hey there @gchat, @thorsten, @philippk and @miguelm ๐ŸŽ‰ ๐Ÿ‘‹
    ๐Ÿ‘ 2
    ๐Ÿ‘‹ 1
  • m

    miguelm

    02/05/2017, 6:05 PM
    hi @nilan โœŒ๏ธ
  • a

    ambethia

    02/05/2017, 6:12 PM
    Eeeyy @miguelm! @cfsanderson ๐Ÿ˜„
  • m

    miguelm

    02/05/2017, 6:13 PM
    tahaha eyyyyyyyyy @ambethia
  • v

    vinspee

    02/05/2017, 6:54 PM
    This is more of a general GraphQL question. should I create mutations that have access to all properties, or create one-off mutations that have a single job?
    n
    • 2
    • 4
  • k

    kimf

    02/05/2017, 11:00 PM
    This might be a stupid question, but when working with mutation callbacks, let say that I in a webtask updates another model, is it possible to wait for those updates? Or what if the webhook fails?
    n
    • 2
    • 3
  • h

    harsha

    02/06/2017, 3:26 AM
    Hey @artyom ๐Ÿ™‚ Hi
  • s

    sdubois

    02/06/2017, 8:32 AM
    1. Am I right that you seem to have switched from Smooch to Intercom? What was the reason?
  • s

    sdubois

    02/06/2017, 8:44 AM
    2. I tried to create a new relation between two tables, and set up a custom name for the field name, but it used the original name anyway. Now when I try to change it, it says that it will break the relation. EDIT: I changed the name anyway and that seemed to work. But the original issue remains.
    n
    • 2
    • 1
  • u

    user

    02/06/2017, 8:51 AM
    @emilrmoeller commented on @aryanโ€™s file

    https://prisma.slack.com/files/U41D3U7QW/F40SEDJJZ/pasted_image_at_2017_02_03_01_41_pm.pngโ–พ

    : Very nice UI update!
  • u

    user

    02/06/2017, 8:52 AM
    @sorenbs commented on @aryanโ€™s file

    https://prisma.slack.com/files/U41D3U7QW/F40SEDJJZ/pasted_image_at_2017_02_03_01_41_pm.pngโ–พ

    : This UI is so sweet ๐Ÿ™‚ great work @nikolasburk and @julianbauer
  • s

    sdubois

    02/06/2017, 8:57 AM
    3. It doesn't seem possible to create a user without using authentication (I configured Auth0). How would one go about creating some user data, for pure testing purposes?
  • s

    sorenbs

    02/06/2017, 9:01 AM
    @sdubois 3) would it make sense for you to temporarily enable the email auth provider?
  • s

    sdubois

    02/06/2017, 9:02 AM
    @sorenbs that might work but what if I need to create several users? They will need separate email each?
  • s

    sorenbs

    02/06/2017, 9:04 AM
    yes, they will need separate emails. We should probably make it possible to create users using a PAT without providing any auth provider data. Do you think that would be a more appropriate solution for you?
1...9899100...637Latest