Matt Breden

Results 7 comments of Matt Breden

Currently using Gitlab Runner Fargate driver which is great, except for the spinup time ~1-2 minutes for our image (> 1gb) because it has to pull it from ECS for...

Sorry @SergeyKleyman we're not going to be running this in production for the forseeable future, and that is where I noticed the issue occur. Edit: Sorry I didn't mean to...

@moufmouf I get this same error on 4.0.3 when I have an external User type, and an introspection is ran: ```php /** * @GraphQL\Type(class=User::class) * @GraphQL\SourceField(name="id") * @GraphQL\SourceField(name="email") */ class...

If I comment out the exception, I get this as the next one: > Schema must contain unique named types but contains multiple types named \u0022SymfonyUserInterface\u0022 (see http:\/\/webonyx.github.io\/graphql-php\/type-system\/#type-registry). If I...

@oojacoboo I didn't dive deep enough to resolve the problem in the library - just my fix above. From what I can remember, declaring an external User type that is...

For anyone still experiencing this bug (I am, even with everything up to date) I came up with an interim fix that doesn't patch anything. Add a new `LoadingApolloLink.js` somewhere...

Update, seems like someone else found this out too: https://github.com/mautic/mautic/issues/7950 Is it possible to bandaid this somehow, or failing that, find the root cause?