ListGraphqlApisResponse constructor

ListGraphqlApisResponse({
  1. List<GraphqlApi>? graphqlApis,
  2. String? nextToken,
})

Implementation

ListGraphqlApisResponse({
  this.graphqlApis,
  this.nextToken,
});