InterestGqlRepository constructor Null safety

InterestGqlRepository(
  1. GraphQLClient graphQLClient,
  2. Logger? logger
)

Implementation

InterestGqlRepository(this.graphQLClient, this.logger);