Igor Borges

Results 53 comments of Igor Borges

I've send this link to them asking if they have any plans. Let's keep this open and I'll remember to update!

Hello @tdnghia98! Do you have any example of how would that work? Today, as a generator, artemis only have configurations on build.yaml file.

Hello @louisrli! Yes, I'm aware extensions are [an integral part of GraphQLspec](https://spec.graphql.org/June2018/#sec-Type-Extensions). However, they are barely used, as one could just add a new field on the original type (unless,...

If implemented in Dart, this "script" could be the start of making Artemis support it! Maybe some kind of pre-process function (based on some new configuration on Artemis) that would...

Cool, I didn't know that! But it seems Artemis can be used this way without any changes, right? Perhaps we can just test and point this on the documentation only.

Hello @SwannLV, thank you so much for drilling this down into an easy reproducible demo. As you could see, this happens because we purposely don't merge classes on Artemis (because...

Really? I gathered feedback from some people and did some tests, and the breaking change seemed pretty annoying. For example, if we had those two queries, and they both generated...

Wow, that seems amazing! I have not used it, but it seems this integration is deeper and closer to Flutter than on Artemis itself (or any Dart-only package). I think...

Hello @iscriptology! This seems a nice usage of GraphQL through a Flutter app! I like to use it on relay as well (though one downside is queries end up scattered...

Absolutely! We just need to keep configurations working and share fragments/enums/input types correctly. But to be honest, this implementation is not a priority right now, but I'll gladly assist you...