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

    fourcolors

    05/04/2017, 1:34 AM
    Iโ€™d also like to add test users
  • a

    aurnik

    05/04/2017, 4:53 AM
    Has anyone successfully set up the graphql-config-parser with intellij?
    • 1
    • 1
  • k

    kmeillet

    05/04/2017, 7:25 AM
    Is it possible to export then re-create a new Graph.cool project with same model/data ?
  • k

    kmeillet

    05/04/2017, 7:31 AM
    I'm blind x) . Just ciick on "Clone project" in Schema.
  • p

    pettanko

    05/04/2017, 12:24 PM
    Anyone that could tell me where the flaw is? It seems like it's sending 2 queries and both returning as undefined. But using apollo dev tools and checking the query it gets the data in graphiql.
    -.js
  • u

    user

    05/04/2017, 12:31 PM
    @nilan commented on @pettankoโ€™s file https://prisma.slack.com/files/U54MKHAN4/F57V3P56U/-.js: where is is the query
    undefined
    in your code?
    -.js
  • u

    user

    05/04/2017, 12:32 PM
    @pettanko commented on @pettankoโ€™s file https://prisma.slack.com/files/U54MKHAN4/F57V3P56U/-.js: I had a console.log(accountQuery) over if(loading)
    -.js
  • u

    user

    05/04/2017, 12:33 PM
    @nilan commented on @pettankoโ€™s file https://prisma.slack.com/files/U54MKHAN4/F57V3P56U/-.js: can you put it after
    if(loading)
    ? when the query is still loading,
    accountQuery
    is expected to be
    undefined
    ๐Ÿ™‚
    -.js
  • u

    user

    05/04/2017, 12:35 PM
    @pettanko commented on @pettankoโ€™s file https://prisma.slack.com/files/U54MKHAN4/F57V3P56U/-.js: Still returns undefined, it console log's it twice right after eachother.
    -.js
  • u

    user

    05/04/2017, 12:36 PM
    @nilan commented on @pettankoโ€™s file https://prisma.slack.com/files/U54MKHAN4/F57V3P56U/-.js: just to make sure, could you
    console.log(data)
    instead? I think you need to say
    Account
    instead of
    accountQuery
    ๐Ÿ™‚
    -.js
  • u

    user

    05/04/2017, 12:44 PM
    @pettanko commented on @pettankoโ€™s file https://prisma.slack.com/files/U54MKHAN4/F57V3P56U/-.js: console.log(data) returns "data is not defined", where did you mean replace accountQuery with Account? Also would it help if I pushed all the code to github?
    -.js
  • u

    user

    05/04/2017, 12:44 PM
    @nilan commented on @pettankoโ€™s file https://prisma.slack.com/files/U54MKHAN4/F57V3P56U/-.js: yes that helps ๐Ÿ˜‰
    -.js
  • a

    artyom

    05/04/2017, 12:46 PM
    @ala @halborg @anya92 ๐Ÿ‘‹ hi there! graphcool ๐Ÿš€
    ๐Ÿ‘‹ 2
    ๐Ÿ–– 2
  • l

    lukevella

    05/04/2017, 1:24 PM
    Hey guys, thanks for the invite ๐Ÿ‘‹
    ๐Ÿ‘‹ 1
  • n

    nilan

    05/04/2017, 1:27 PM
    Hey @lukevella good to have you here ๐Ÿ‘
  • l

    lukevella

    05/04/2017, 1:27 PM
    Is it just me or does adding a new field not work right now? ๐Ÿค”
    n
    • 2
    • 1
  • l

    lukevella

    05/04/2017, 1:28 PM
  • l

    lukevella

    05/04/2017, 1:29 PM
    this is what happens when I click "Add Field"
  • n

    nilan

    05/04/2017, 1:29 PM
    cc @tim2
    m
    • 2
    • 1
  • n

    nilan

    05/04/2017, 1:29 PM
    Thanks for the heads up @lukevella
  • l

    lukevella

    05/04/2017, 1:30 PM
    no worries. looking forward to trying it out ๐Ÿ‘
    n
    • 2
    • 2
  • h

    halborg

    05/04/2017, 1:31 PM
    @nilan - Could I ask you here instead of GitHub - whatโ€™s the ETA for an Analytics module/integration for Graphcool (@ issue #63)
    s
    n
    • 3
    • 6
  • g

    gmuresan

    05/04/2017, 2:19 PM
    @nilan Is there a way to add a value to an array in an atomic way?
    n
    • 2
    • 9
  • t

    titirex

    05/04/2017, 3:24 PM
    Hello, is it possible to use your service with an external database (like mongodb or mysql)? Also is it possible to handle a mutation before it's added to the database? Thank you ๐Ÿ˜„
    n
    • 2
    • 2
  • a

    artyom

    05/04/2017, 4:26 PM
    @cracadumi @nevescode @chrish_21 @jens @william.mary ๐Ÿ–– hello, everyone! glorious day to be joining graphcool ๐ŸŽ‰
  • n

    notrab

    05/04/2017, 6:26 PM
    I spy Enums ๐Ÿ˜
    ๐Ÿ™€ 1
    n
    • 2
    • 1
  • a

    artyom

    05/04/2017, 7:35 PM
    @rmzxcm hi there, glad youโ€™re joining us! ๐Ÿ™Œ
    ๐Ÿ˜Š 1
  • g

    gmuresan

    05/04/2017, 7:53 PM
    A suggestion for permissions: I am having to write the same permission query over and over inside of different permission editors. It would be useful to define some macros that you can use within multiple permissions, and changes to the macros are reflected in the actual permission query
    n
    • 2
    • 1
  • b

    bdougie

    05/04/2017, 8:16 PM
    Does anyone have experience using graphql-up? I exported my schema but get error message when I click the button added to my readme. https://github.com/bdougie/open-sauced
    n
    • 2
    • 2
  • m

    m.b.iqbal

    05/05/2017, 7:38 AM
    Hi, It seems i cant add a default value for an enum field at the moment
    n
    • 2
    • 3
1...174175176...637Latest