GraphQLAPI constructor

GraphQLAPI()

Implementation

GraphQLAPI()
    : clientNotifier = ValueNotifier<AdeptGraphQLClient>(AdeptGraphQLClient(
        link: HttpLink(''),
        cache: GraphQLCache(),
      )),
      apiUrl = '';