Graphql constructor

Graphql({
  1. User? user,
})

Implementation

Graphql({
  this.user,
});