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

    quadsurf

    10/23/2017, 6:50 PM
    i just refreshed my databrower/playground console because there were new updates... upon doing so, all my playground history is now gone/deleted... any way to get it back? if not, i could prevent this from happening in the future by starring my playground queries (a feature visible in the history modal), however, i can't find the favorite icon any where on the playground screen, pls help
  • s

    sebastien

    10/23/2017, 6:50 PM
    I’m curious to hear if anyone has successfully used a third-party tool to seamlessly integrate payment/trials with Stripe and Graphcool. I’m currently looking at Chargify or Recurly, and would love to hear if anyone else has had good experience with either of those, or with a completely different service. I also looked into Chargebee, but I had a bad first impression from their customer support. The app that I’m building will be a free 7-day trial and then a recurring monthly payment, and I’m looking to offer credit card (Stripe) or Paypal payment. I could build something that integrates with Stripe and Paypal directly, but if a third-party service could save me time and offer a more robust solution that’d be great. I’m looking for something that would integrate seamlessly and hopefully not just an iframe that I would stick inside my app. This way, a user could go to a route in the app to see previous charges, update payment information, put their account on hold or cancel their account. Thanks in advance for sharing any experience!
  • c

    Crubier

    10/23/2017, 7:10 PM
    Hi ! I would like to know if there would be a way to use the File API (including image resizing/cropping) within a new Graphcool service project ?
    k
    • 2
    • 5
  • t

    timwis

    10/23/2017, 8:48 PM
    Hey folks, trying to figure out why
    graphcool logs
    isn’t working. It’s reporting that
    logs.replace
    is not a function. Anyone run into this? Or shall I submit a bug report?
    n
    • 2
    • 3
  • t

    timwis

    10/23/2017, 8:48 PM
    I tried to limit it via
    -f functionName
    but it says that function doesn’t exist and to run
    graphcool functions
    to see a list of functions, but
    graphcool functions
    doesn’t appear to be implemented
    n
    • 2
    • 13
  • p

    Pedro Jardim

    10/23/2017, 9:18 PM
    Hi! Is there any problems with Subscription today? I just tested on Playground, and its not receiving any message. Early today the subscription was fine, but from 3 hours to now its not receiving any more messages.
    n
    s
    • 3
    • 7
  • w

    windkomo

    10/23/2017, 9:25 PM
    filter
  • a

    albeik

    10/23/2017, 9:28 PM
    @sebastien - I’m working on integrating Stripe in the next steps for my project. I can keep you posted on my progress 👍
  • s

    sebastien

    10/23/2017, 9:29 PM
    Awesome, thanks so much @albeik, that’d be great!
    👍 1
  • k

    Kat

    10/23/2017, 10:09 PM
    @nilan any idea what this error message is from my function 🙂

    https://image.prntscr.com/image/sd2wVwxhR1ugute6IY_QIQ.png▾

    n
    • 2
    • 2
  • t

    timwis

    10/23/2017, 11:05 PM
    Hm, I think the FAQs are broken 😕
    💯 1
    k
    s
    • 3
    • 3
  • t

    tcaraccia

    10/23/2017, 11:42 PM
    Hi, is it possible to use hook to make calculations on other nodes before creation ? As in a price variation calc, where the price var gets determined by the last known price before creating of the current price ?
    a
    • 2
    • 1
  • a

    aurnik

    10/24/2017, 12:10 AM
    If you have a node that has a unique array of strings, is there currently any way to query that?
    • 1
    • 2
  • a

    adamw

    10/24/2017, 12:39 AM
    anyone experience the flags not working?
  • a

    adamw

    10/24/2017, 12:39 AM
    i try this in the CLI:
    graphcool init --schema <https://graphqlbin.com/hn-starter.graphql> --name Hackernews
  • a

    adamw

    10/24/2017, 12:40 AM
    and I get this:
    Unknown flag --schema
  • a

    adamw

    10/24/2017, 12:43 AM
    i can simply run
    graphcool init
    and it makes a local server, but as soon as I add any flags i get:
    Unknown flag --whateverflagitwas
    a
    • 2
    • 2
  • b

    babak

    10/24/2017, 1:33 AM
    Hellp, I am unable to join the forums from the US (California) I receive a message stating users from my IP region can't sign up.
  • b

    babak

    10/24/2017, 1:34 AM
    Also,
    graphcool
    gives me an error regarding a mutation and asks me to run
    graphcool diff
    yet this command is not available using graphcool@next
    a
    • 2
    • 1
  • m

    mikedklein

    10/24/2017, 2:02 AM
    has anyone worked out good way to handled orphaned files? My current solutions is cumbersome at best. I basically wrap all my mutations in the http post success callback.
  • m

    mikedklein

    10/24/2017, 2:03 AM
    The docs store the id in the state and then when the user runs the mutation they use that. This is ideal for me but I can definitely see users not finishing the form or something and ending up with a ton of orphaned files.
  • p

    peterp

    10/24/2017, 2:11 AM
    invoke-local
    returns a blank response
  • p

    peterp

    10/24/2017, 2:12 AM
    is there anyway i can get my console.logs to show up?
  • p

    peterp

    10/24/2017, 2:24 AM
    btw i love the CLI so far!!!!!!! thank you
  • m

    meikoudras

    10/24/2017, 6:41 AM
    anyone seeing this error? {“error”:“Function returned invalid status code: 0. Raw body: empty.last”}
  • m

    meikoudras

    10/24/2017, 6:41 AM
    from a function that was working fine few hours ago
  • s

    sebulon

    10/24/2017, 6:51 AM
    Good Morning 🙂 After upgrading my project, I sort of “lost” my Auth0 integration. I have to build it now using functions / resolvers, right? Are there any resources for this available?
    f
    • 2
    • 2
  • r

    rein

    10/24/2017, 7:15 AM
    goodmorning everyone, I had a question concerning search and filter capabilities in the frontend. If I would have a list of items fetched from a graphql endpoint but I also want to add filtering and searching to that list, would you do that through subsequent queries? Or try to do it with filtering on the array you already got back
  • d

    Discere

    10/24/2017, 7:24 AM
    Good morning!
  • k

    Kat

    10/24/2017, 7:44 AM
    Good Morning 🙂
1...388389390...637Latest