Ashton Lance

Results 13 comments of Ashton Lance

I'm having the complete opposite experience with this. My dev tools Lighthouse is give me a score of 37 where PSI is giving a score of 91. The url in...

@patrickhulce Sorry, those number I gave were the desktop scores.

Lighthouse is busted for me in Canary Version 73.0.3672.0. ![screen shot 2019-01-15 at 4 10 44 pm](https://user-images.githubusercontent.com/13652692/51210190-27252f00-18e0-11e9-85ab-57161e8e418c.png) I was able to get the Lighthouse CLI to produce similar results as...

@patrickhulce Weird indeed. That was from a build I downloaded at https://www.google.com/chrome/canary/. However, I just downloaded a fresh copy and all seems to be good now.

@jpeacock Have you had any luck with this? Currently running into the same issue and have tried passing in an empty id, not passing an id, etc as well.

Bummer. I really wanna stick with CraftQl. @markhuot Any ideas? My code is below: ``` mutation addProject($memberID: Int!, $projectName: String!, $totalHours: String!) { upsertTeamMembers( id: $memberID projects: [ { enabled:...

@dstrunk Thanks for getting back to me. Basically I'm trying to add a category to a Categories relationship field on an entry type called Projects. Per `MutationTest.php` -- an object...

@markhuot @dstrunk Any ideas here?

I'm getting the same error Here's my config ``` var fs = require('fs') var path = require('path') var utils = require('./utils') var webpack = require('webpack') var config = require('../config') var...