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

    peterp

    08/03/2017, 4:09 PM
    ya saw that, thanks 🙂
  • h

    havgry

    08/03/2017, 4:28 PM
    The simple API is slow/unreliable at the moment
  • t

    tomhut

    08/03/2017, 4:36 PM
    @havgry Yup, I believe they are investigating
  • n

    nilan

    08/03/2017, 4:36 PM
    That's correct! We're aware of these issues and are looking into a fix right now.
    đź’Ż 4
    👍 3
  • s

    simonese

    08/03/2017, 4:37 PM
    hope this is a simple api question. how do I select an option ; select element.
  • s

    simonese

    08/03/2017, 4:38 PM
    chromless api.
  • j

    joar

    08/03/2017, 5:19 PM
    https://status.graph.cool/
  • j

    joar

    08/03/2017, 5:19 PM
    The status page doesnt seem to reflect the state of the service
  • j

    joar

    08/03/2017, 5:19 PM
    Simple and simple subs api seem to be down
    n
    • 2
    • 1
  • n

    nilan

    08/03/2017, 5:38 PM
    Thanks everyone for your patience. We still experience 50x errors and impaired performance. We will publish an update to the status page once we implemented a fix.
    graphcool 1
  • z

    zebapy

    08/03/2017, 6:14 PM
    How do you organize multiple tests (assuming separate files) with Chromeless?
  • f

    frankspin

    08/03/2017, 7:18 PM
    Guys if you are using Apollo client, are you using it with redux/vuex ?
    t
    m
    +3
    • 6
    • 5
  • s

    signor_busi

    08/03/2017, 7:38 PM
    It appears deleting a field from the schema is not working anymore. At least for me... I'm always getting
    Copy code
    Query does not pass validation. Violations:  Cannot query field 'somefield' on type 'SomeType'
    eve though I deleted the field
    Copy code
    somefield
    from my schema (yes, I entered the name of the field to delete it and it doesn't show any more in my schema). I can only "solve" the problem by adding the deleted field again. Is this a known issue? Or some temporary bug?
    n
    • 2
    • 2
  • h

    hvillain

    08/03/2017, 8:22 PM
    Anyone experiencing issues with GCool right now? I can't get to make any query resolve. Error thrown: "Error: Network error: Failed to fetch". It seems that main Graphcool site is having the same issue. See https://www.graph.cool/docs/reference/simple-api/error-management-aecou7haj9/ for example - where the article doesn't load right now!
    n
    • 2
    • 4
  • h

    hvillain

    08/03/2017, 8:35 PM
    If anyone needs to handle that kind of issue (using Recompose)
  • o

    ozymandias547

    08/03/2017, 9:31 PM
    Not sure if this is the correct place to post this, but we just finished a Chromeless prototyping recorder/generator: https://twitter.com/SnapTestIO/status/893202213560090624 . It's beta, and the generated code will get better as the API improves.
    🦜 2
    🎉 3
    n
    • 2
    • 1
  • p

    patrick

    08/03/2017, 9:34 PM
    is there a means to open a support ticket somehow?
    n
    • 2
    • 1
  • p

    pcooney10

    08/03/2017, 9:46 PM
    Hey, anyone know how to query ENUMS?
    n
    • 2
    • 5
  • s

    stevewpatterson

    08/04/2017, 1:39 AM
    anyone else having issues with websocket subscriptions right now?
    n
    • 2
    • 1
  • s

    stevewpatterson

    08/04/2017, 1:42 AM
    hmm, created nodes werent getting pushed through for the last 5-10 minutes but it seems to be working now
    n
    n
    • 3
    • 2
  • t

    tomahaug

    08/04/2017, 8:08 AM
    When setting up chromeless with lambda, has anyone then encountered the following error (from cloudwatch): "Unable to import module 'src/run': Error"? Am following this guide: https://github.com/graphcool/chromeless/tree/master/serverless
    m
    • 2
    • 7
  • g

    gaddarcarlo

    08/04/2017, 8:40 AM
    hi, how can i use Beta Program?
  • n

    nilan

    08/04/2017, 8:47 AM
    Hey everyone, all our APIs are still experiencing degraded performance and I updated https://status.graph.cool/ to reflect this. I'll keep this thread and the status page posted with news as soon as they are available.
    👌 1
    👍 2
  • s

    shanecav

    08/04/2017, 8:54 AM
    Hi all, I noticed that running
    graphcool endpoints
    in the CLI tool returns a different Subscription endpoint than clicking the "Endpoints" button from the console does. I also noticed that the endpoint shown in the console works fine, but the endpoint from the CLI isn't working. Not sure if this is related to current API issues, but thought I'd mention it.
    n
    • 2
    • 2
  • q

    q666

    08/04/2017, 9:21 AM
    I’m trying to mock networkinterface so i can work more smoothly on my app without hitting graph.cool servers on each refresh. Have anyone of u prepared your project to work like that ? not sure if i’m doing it the right way -_- - downloaded relay.schema file - build schema with makeExecutableSchema - build client with mockNetworkInterfaceWithSchema and the question is how should i mock current_user query 🙂
    n
    • 2
    • 2
  • q

    q666

    08/04/2017, 9:22 AM
    Copy code
    GraphQL error: Cannot query field "user" on type "Query"
  • g

    gaddarcarlo

    08/04/2017, 10:41 AM
    Hi, How can i use schema extension on my graphcool console? Thank you
    n
    • 2
    • 1
  • s

    spences10

    08/04/2017, 11:21 AM
    How can I update my project from a
    .graphql
    file on the
    graphcool
    CLI?
  • f

    frankspin

    08/04/2017, 1:28 PM
    How can I get the current session user id in my query
    Copy code
    {
      allMemberships(filter: {
        user: {
          id:
        }
      }) {
        id,
        role,
        organization {
          name
        }
      }
    }
    k
    • 2
    • 27
  • s

    samjbmason

    08/04/2017, 1:40 PM
    Are there still issues with Graph.cool? Im still getting time out errors?
    n
    • 2
    • 1
1...297298299...637Latest