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

    user

    10/25/2017, 4:10 PM
    @m.b.iqbal commented on @Daniel K.’s file

    https://prisma.slack.com/files/U6MK8QK42/F7QLWJ0UW/image.png▾

    : Yes I am having this issue too. @Daniel K. You can still see those in a not so easy on eyes way using chrome dev tools 🙂
  • u

    user

    10/25/2017, 4:11 PM
    @Daniel K. commented on @Daniel K.’s file

    https://prisma.slack.com/files/U6MK8QK42/F7QLWJ0UW/image.png▾

    : yea I know, but using CLI tool is easier 🙂
  • u

    user

    10/25/2017, 4:21 PM
    @m.b.iqbal commented on @Daniel K.’s file

    https://prisma.slack.com/files/U6MK8QK42/F7QLWJ0UW/image.png▾

    : I have been meaning to explore that. Can you guide me about that. Like how do i look for logs for a particular function in a particular project? My project is not ejected. 🙂
  • u

    user

    10/25/2017, 4:22 PM
    @Daniel K. commented on @Daniel K.’s file

    https://prisma.slack.com/files/U6MK8QK42/F7QLWJ0UW/image.png▾

    : not sure how it works for non ejected projects, sorry
  • u

    user

    10/25/2017, 4:22 PM
    @m.b.iqbal commented on @Daniel K.’s file

    https://prisma.slack.com/files/U6MK8QK42/F7QLWJ0UW/image.png▾

    : ok. thanks.
  • l

    lewisblackwood

    10/25/2017, 4:23 PM
    Is there anything similar to
    hasNextPage
    when working with the Simple API? I've implemented pagination, using a combination of
    first
    and
    after
    in my query filter. It would be useful to have an indication that there are no further records to return. Reference for
    hasNextPage
    in the Apollo docs here: http://dev.apollodata.com/react/pagination.html#relay-cursors
    h
    • 2
    • 2
  • m

    m.b.iqbal

    10/25/2017, 4:34 PM
    Hi_All__Can_anybody_help_me_on_how_to_see_function_logs_using_CLI__I_cannot_see_the_logs_command_anywhere.js
  • k

    kindjames

    10/25/2017, 4:36 PM
    how do i generate a graphcool.yml file from my project I’ve built on Graph.cool?
    b
    • 2
    • 2
  • u

    user

    10/25/2017, 4:45 PM
    @Ben commented on @m.b.iqbal’s file https://prisma.slack.com/files/U4892L076/F7PA0PYCR/hi_all__can_anybody_help_me_on_how_to_see_function_logs_using_cli__i_cannot_see_the_logs_command_anywhere.js: It looks like you're not running the latest graphcool version - you need to remove it (yarn remove graphcool) then install the next version (yarn add graphcool@next)
    Hi_All__Can_anybody_help_me_on_how_to_see_function_logs_using_CLI__I_cannot_see_the_logs_command_anywhere.js
  • u

    user

    10/25/2017, 5:06 PM
    @m.b.iqbal commented on @m.b.iqbal’s file https://prisma.slack.com/files/U4892L076/F7PA0PYCR/hi_all__can_anybody_help_me_on_how_to_see_function_logs_using_cli__i_cannot_see_the_logs_command_anywhere.js: Thanks Ben. I installed the @next version and it works. But log commands throws this error “Please provide a valid target that points to a valid cluster and service id” Any idea how to get rid of this. I am passing the cluster id that i get from graphcool list command
    Hi_All__Can_anybody_help_me_on_how_to_see_function_logs_using_CLI__I_cannot_see_the_logs_command_anywhere.js
  • u

    user

    10/25/2017, 5:21 PM
    @m.b.iqbal commented on @m.b.iqbal’s file https://prisma.slack.com/files/U4892L076/F7PA0PYCR/hi_all__can_anybody_help_me_on_how_to_see_function_logs_using_cli__i_cannot_see_the_logs_command_anywhere.js: I figured it out 🙂 Thanks again Ben.
    Hi_All__Can_anybody_help_me_on_how_to_see_function_logs_using_CLI__I_cannot_see_the_logs_command_anywhere.js
  • a

    andykhong

    10/25/2017, 5:26 PM
    Is there a graphcool meetup after the graphql summit conference?
    d
    n
    • 3
    • 2
  • b

    bergie

    10/25/2017, 6:57 PM
    hi ... just starting out with graphcool ... i ran
    graphcool init server
    per the tutorial but it only seems to have created
    project.graphcool
    , not the
    server
    directory ... am i missing something obvious?
    i
    • 2
    • 18
  • d

    Daniel K.

    10/25/2017, 7:25 PM
    when I see this in resolver log, is it error in my function or graphcool issue?
    TypeError: Cannot read property 'id' of undefined\n    at /data/io/731b9e16cb2847c4b1234823aa1a0588/webtask.js:86:44\n    at process._tickDomainCallback (node.js:481:9)
    m
    • 2
    • 2
  • s

    sorenbs

    10/25/2017, 7:44 PM
    For anybody at GraphQL Summit this week - make sure to join #graphql-summit We’ll have a Graphcool event after the conference Thursday evening.
  • p

    Pkmmte

    10/25/2017, 10:06 PM
  • u

    user

    10/25/2017, 10:06 PM
    @Pkmmte commented on @mulyoved’s file

    https://prisma.slack.com/files/U448J9R1A/F43KDHSC8/2-12-2017_1-36-25_pm.png▾

    : Algolia integration seems to be broken again. I'm having the same issue this guy posted back in February.
  • m

    mwickett

    10/25/2017, 10:09 PM
    @Pkmmte Algolia integration has shifted to a subscription function, check out https://github.com/graphcool/templates/tree/master/outdated/syncing/algolia
  • t

    timbuckley

    10/25/2017, 10:16 PM
    The search field in the new docs seems not to work.
    n
    • 2
    • 1
  • t

    timbuckley

    10/25/2017, 10:17 PM
  • j

    joar

    10/25/2017, 11:44 PM
    https://github.com/graphcool/framework/blob/master/server/backend-api-system/src/main/scala/cool/graph/InternalMutactionRunner.scala
  • j

    joar

    10/25/2017, 11:44 PM
    What’s a mutaction?? Never heard the term before haha
    🦜 2
    😂 3
    😄 1
    n
    • 2
    • 5
  • j

    joar

    10/25/2017, 11:45 PM
    Haven’t used scala much but damn, it’s gorgeous
  • t

    takeshiamano

    10/25/2017, 11:57 PM
    https://graph-cool.netlify.com/ is this site down?
  • t

    takeshiamano

    10/25/2017, 11:58 PM
    all search from google to graph cool docs is redirected to this netlify instance
    n
    • 2
    • 1
  • t

    takeshiamano

    10/26/2017, 12:00 AM
    https://www.graph.cool/docs/tutorials/algolia-auto-syncing-for-graphql-backends-aroozee9zu#algolia-geosearch link like this is giving Not Found
  • z

    zebapy

    10/26/2017, 12:09 AM
    are there docs on keeping users’ emails private?
    n
    • 2
    • 5
  • k

    Kat

    10/26/2017, 12:26 AM
    Hey @nilan any ideas of what could be happening here? https://github.com/graphcool/framework/issues/1039 🙂
  • k

    Kat

    10/26/2017, 12:29 AM
    included some pics if anyone has any ideas 😞
  • k

    Kat

    10/26/2017, 12:29 AM
    works with the root token.. so I know the mutation is fine...
    ✅ 1
1...394395396...637Latest