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

    twelvearrays

    05/25/2017, 8:27 PM
    I am getting an Internal Server error with Request ID: cj34vb3b3t9ju01588ox34509.
    ✅ 1
  • t

    tfiwm

    05/25/2017, 8:31 PM
    is it possible to restrict the graphqli view in production?
  • k

    kmandrup

    05/25/2017, 9:52 PM
    https://github.com/tecla5/easy-graphql-auth
    👍 2
  • k

    kmandrup

    05/25/2017, 9:53 PM
    Still WIP, needs little more testing before we publish on npm
  • c

    cmelone

    05/25/2017, 11:52 PM
    I need to delete my account
    n
    • 2
    • 1
  • d

    darkbcx

    05/26/2017, 6:00 AM
    hi... i try to upload file. but i got error message
    Copy code
    XMLHttpRequest cannot load <https://api.graph.cool/file/v1/_PROJECT_ID_>. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<http://localhost:4200>' is therefore not allowed access. The response had HTTP status code 500.
  • d

    darkbcx

    05/26/2017, 6:01 AM
    is there any settings that i can chenge to set the url origin?
  • d

    drk

    05/26/2017, 6:35 AM
    looks like you haven't replaced
    _PROJECT_ID_
    with your actual project id
    n
    d
    • 3
    • 2
  • k

    kudlajz

    05/26/2017, 7:22 AM
    Hey guys! I'm here to try out Graph.cool 😏
    🦜 4
    graphcool 3
    🎉 1
  • s

    sorenbs

    05/26/2017, 7:23 AM
    That’s awesome - welcome Lukas!
  • a

    artyom

    05/26/2017, 8:30 AM
    @keslert @vpcwiu @tjanczuk @ajaykurien @h547 @manhdungitvn @makeyko @haydermabood 👋 👋 welcome to graphcool ! let me know if any questions come up
  • k

    kode_k

    05/26/2017, 10:57 AM
    Hi everyone. Can somebody help me. Trying my first GraphQL project with graph.cool. Have 500 Internal Server Error when using from localhost.
  • k

    kode_k

    05/26/2017, 10:57 AM
    Copy code
    async asyncData() {
        let { data } = await client.query({
          query: gql`
            query{
              allArticles {
                author
                content
                description
              }
            }
          `
        })
        return {
          article: data.allArticles
        }
      }
  • k

    kode_k

    05/26/2017, 10:57 AM
    in Playground everything working
  • k

    kode_k

    05/26/2017, 10:59 AM
    {{ article.author }} {{ article.content }} {{ article.description }}
    this doen't working in markup
  • k

    kode_k

    05/26/2017, 11:01 AM
    fixed! cool!
    ✅ 1
  • g

    gmuresan

    05/26/2017, 2:01 PM
    @nilan: getting an error when trying to update a server side subscription function
    ✅ 1
    n
    • 2
    • 7
  • g

    gab

    05/26/2017, 2:13 PM
    hi everyone, what’s the default validity duration for a JWT token issued by the email/password auth method?
  • a

    aldrian

    05/26/2017, 2:25 PM
    30 days
    👍 1
  • m

    mikita_du

    05/26/2017, 2:35 PM
    Is there any IDE or plugin for IDE, that supports relay-modern query syntax?
    n
    • 2
    • 1
  • g

    gab

    05/26/2017, 2:52 PM
    thanks
  • j

    joshjoe

    05/26/2017, 2:54 PM
    What router are you guys using for react native and graph.cool?
  • j

    joshjoe

    05/26/2017, 3:02 PM
    I tried react-navigation and I can’t seem to get it to pass down the graphql data to the routes
  • k

    kode_k

    05/26/2017, 3:44 PM
    Hi! Is there's an option how to post in Databrowser not from the graphcool gui? For example, I want to make my own admin gui. How to make POST in Databrowser, can somebody point me to right direction?
    p
    • 2
    • 9
  • b

    bobbyt

    05/26/2017, 6:01 PM
    Hi! I'm using Auth0 + Apollo + Graphcool to manage user authentication for my React Native app and it appears the user session token expires every 24 hours? I seem to lose the session 24 hours after last logging in.
    n
    • 2
    • 7
  • c

    carl.youngblood

    05/26/2017, 7:20 PM
    Can I host graphcool completely on my own infrastructure? We would love to go with BaaS but we’re developing a fintech app with a very high level of security that needs to be PCI-compliant, and there are a lot of requirements that make it difficult to rely on any third-party service.
    n
    • 2
    • 1
  • a

    adrianocola

    05/26/2017, 7:31 PM
    I deleted a field from one type and now I’m receiving the following error when I do a mutation:
    Query does not pass validation
    . (the mutation is executed with success but returns the updated data and an error).
    n
    • 2
    • 2
  • j

    jcheroske

    05/26/2017, 8:48 PM
    I’m having trouble seeing how to integrate Apollo with a side-effect lib like redux-saga or redux-observable. Here’s a simple example: Say I had a modal with a form. When the user clicks the “Save” button, I want 1) the Apollo mutation to run, 2) I want a close window action to fire, 3) I want another action to fire that will pop the snackbar saying “Form saved”. All I get from apollo is the “mutate” prop. How can I use that to play nice with the rest of the redux ecosystem?
    n
    • 2
    • 2
  • s

    stephenhandley

    05/27/2017, 1:04 AM
    I'm trying to implement custom auth (spotify) and wondering if there's any plan to allow for graphcool functions to respond to arbitrary http events instead of just mutations. basically I need to register an oauth callback for spotify and issue a graphql query to create a user. I know I could explore doing this via auth0 but would prefer not having to use an additional service dependency and cost using auth0.
    n
    • 2
    • 4
  • t

    thisismissem

    05/27/2017, 4:14 AM
    What about just using an AWS Lambda function to do this?
1...204205206...637Latest