GetGraphqlApiResponse constructor

GetGraphqlApiResponse({
  1. GraphqlApi? graphqlApi,
})

Implementation

GetGraphqlApiResponse({
  this.graphqlApi,
});