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

    jaminpie

    03/27/2017, 4:06 PM
    @nilan Hello yeah i really had alot fun with GraphCool
  • j

    jaminpie

    03/27/2017, 4:07 PM
    had live 2 app with react Native
    n
    • 2
    • 4
  • j

    justin

    03/27/2017, 4:26 PM
    @nilan thx, just getting started with graphcool & graphql.
    πŸ‘ 1
    n
    • 2
    • 2
  • h

    hvillain

    03/27/2017, 4:42 PM
    Hello community! To celebrate Next.js 2.0, do you have any plan to add auth0 authentication to Next Apollo example (https://github.com/zeit/next.js/tree/master/examples/with-apollo)? Starting a Graphcool project would become a no brainer that way πŸ™‚
    s
    n
    • 3
    • 7
  • k

    kimf

    03/27/2017, 6:07 PM
    Thanks @nilan and team for the stickers and the nice note!
    πŸŽ‰ 1
    graphcool 1
    ❀️ 1
    n
    • 2
    • 1
  • v

    vacom

    03/27/2017, 7:27 PM
    Hello guys! I am using graphcool in my project, I am using the simple endpoint wanted to know if I can mix another endpoint like the subscriptions
    n
    • 2
    • 10
  • v

    vacom

    03/27/2017, 9:09 PM
    Hey, i am trying to do a subscription but got error "Cannot read property 'subscribeToMore' of undefined" can someone help?
    n
    • 2
    • 30
  • p

    polisas

    03/27/2017, 10:57 PM
    Hello, are there any people from graphcool online ? πŸ™‚
    n
    • 2
    • 1
  • h

    hellojere

    03/28/2017, 6:30 AM
    I created a separate React Component to upload files, and it’s working great, but struggling to do the gql mutation for adding the relation to this File. I have Project model that has a relation field to the File. Is the ID for the File enough to be passed to the mutation, and how’s the formatting? I’m following the tutorial, but I believe Graph.cool has changed how files work at some point.
    n
    • 2
    • 10
  • s

    sunil

    03/28/2017, 8:21 AM
    Hi, I'm getting an error when i try to auth via the cli. I looked through some previous threads and it seems its still under development, just confirming
    n
    • 2
    • 13
  • h

    hellojere

    03/28/2017, 8:23 AM
    Another question - I have a Project model and I will need simple pagination to next and previous projects. Can these be queried through qgl, or do I have to query all the Projects and use that?
    n
    • 2
    • 14
  • g

    gdiddadi

    03/28/2017, 10:48 AM
    sorry to spam an image here
  • g

    gdiddadi

    03/28/2017, 10:48 AM
  • g

    gdiddadi

    03/28/2017, 10:49 AM
    I can't seem to edit my types.. am I doing something wrong?! πŸ™‚
  • g

    gdiddadi

    03/28/2017, 10:49 AM
    apologies if this is a very basic question - just getting started with the platform
  • n

    nilan

    03/28/2017, 10:50 AM
    Hey, looks like you're using Safari where we are experiencing a UI problem currently. Could you try in Chrome please?
  • g

    gdiddadi

    03/28/2017, 10:51 AM
    oh, sure, thanks Nilan!
  • h

    hellojere

    03/28/2017, 11:34 AM
    Do the uploaded files count against the database quota?
  • h

    hellojere

    03/28/2017, 11:35 AM
    Oh, found the answer already
  • h

    hellojere

    03/28/2017, 11:35 AM
    Included for free: 10 GB Volume & 10 GB / mo Traffic
    πŸ’ƒ 1
    πŸ‘ 2
  • g

    gstephens

    03/28/2017, 12:53 PM
    Is there no way to upload a schema? Just reviewed graphql-up which looks great but now I want to use the schema I created in an app.
    n
    • 2
    • 8
  • h

    hvillain

    03/28/2017, 3:47 PM
    I'm trying to execute a call to Graphcool from a Webtask but can't manage to reproduce what's working in the Playground. Any idea?
    No_body_returned_from_Webtask_request.txt
  • u

    user

    03/28/2017, 3:48 PM
    @nilan commented on @hvillain’s file https://prisma.slack.com/files/U4KES2J7P/F4Q5393UG/no_body_returned_from_webtask_request.txt: are you sure that
    phoneNumber
    contains something?
    No_body_returned_from_Webtask_request.txt
  • u

    user

    03/28/2017, 3:49 PM
    @nilan commented on @hvillain’s file https://prisma.slack.com/files/U4KES2J7P/F4Q5393UG/no_body_returned_from_webtask_request.txt: https://www.npmjs.com/package/request#examples
    No_body_returned_from_Webtask_request.txt
  • u

    user

    03/28/2017, 3:50 PM
    @nilan commented on @hvillain’s file https://prisma.slack.com/files/U4KES2J7P/F4Q5393UG/no_body_returned_from_webtask_request.txt: could you try with a callback instead?
    No_body_returned_from_Webtask_request.txt
  • u

    user

    03/28/2017, 3:52 PM
    @hvillain commented on @hvillain’s file https://prisma.slack.com/files/U4KES2J7P/F4Q5393UG/no_body_returned_from_webtask_request.txt: It is sent by Twilio and can't be empty πŸ˜• Also, "data" should be present in the response, like in the playground I believe. Will try out with a callback instead! πŸ™‚ My code is actually a copy-paste of your webtask-like-posts-example on Github
    No_body_returned_from_Webtask_request.txt
  • u

    user

    03/28/2017, 3:53 PM
    @nilan commented on @hvillain’s file https://prisma.slack.com/files/U4KES2J7P/F4Q5393UG/no_body_returned_from_webtask_request.txt:
    Copy code
    <http://request.post|request.post>({
      url:'endpoint',
      headers: {
        'Authorization' : token,
        'content-type': 'application/json',
      },
      body: JSON.stringify({query: checkExistingPublicProfile, variables : {"phoneNumber":phoneNumber}}),
      }, function cb(error, response, body) {
        if (err) {
          console.log('failed:', err)
        }
        console.log('body:', body);
    });
    No_body_returned_from_Webtask_request.txt
  • u

    user

    03/28/2017, 3:54 PM
    @nilan commented on @hvillain’s file https://prisma.slack.com/files/U4KES2J7P/F4Q5393UG/no_body_returned_from_webtask_request.txt: Looks like we need the body instead of the response
    No_body_returned_from_Webtask_request.txt
  • u

    user

    03/28/2017, 3:55 PM
    @hvillain commented on @hvillain’s file https://prisma.slack.com/files/U4KES2J7P/F4Q5393UG/no_body_returned_from_webtask_request.txt: Oh I thought body was a helper to access response.body. Also, the link you provided has an onData helper which might be more relevant than onResponse! Let me check all that out and I'll come back. Thanks a lot for your (insanely fast) answer πŸ™‚
    No_body_returned_from_Webtask_request.txt
  • u

    user

    03/28/2017, 3:56 PM
    @nilan commented on @hvillain’s file https://prisma.slack.com/files/U4KES2J7P/F4Q5393UG/no_body_returned_from_webtask_request.txt: Awesome! Please let me know if you get it to work, or even provide a PR πŸ™‚
    No_body_returned_from_Webtask_request.txt
1...135136137...637Latest