TypePolicy constructor Null safety
Implementation
TypePolicy({
this.keyFields,
this.queryType = false,
this.mutationType = false,
this.subscriptionType = false,
this.fields = const {},
});
TypePolicy({
this.keyFields,
this.queryType = false,
this.mutationType = false,
this.subscriptionType = false,
this.fields = const {},
});