Tuan

Results 4 comments of Tuan

``` import 'package:mocktail/mocktail.dart'; import 'package:test/test.dart'; late GraphQLClient graphQLClient; late GraphQLGatewayClient graphQLGatewayClient; setUpAll(() { registerFallbackValue(FakeQueryOptions()); }); setUp(() { graphQLClient = MockGraphQLClient(); graphQLGatewayClient = GraphQLGatewayClient( graphQLClient: graphQLClient, ); }); test('invokes query with...

@vasilich6107 See this [repository](https://github.com/tuanvugoodmoney/artemis_fragments_issue). My original project had analysis turned off for all generated graphql files so I didn't see compilation errors. In this new project, the generated graphql.graqhql.dart actually...

@rvbiljouw Did you get banners to work? I don't see any reference to banners in Intercom's SDK doc, so it doesn't look like we should have to do anythings special...