GraphQLProvider constructor

const GraphQLProvider({
  1. Key? key,
  2. ValueNotifier<GraphQLClient>? client,
  3. Widget? child,
})

Implementation

const GraphQLProvider({
  Key? key,
  this.client,
  this.child,
}) : super(key: key);