userNotFound property
GraphQLError userNotFound
<span class="feature">read / write</span>
<p>Graphql error for handling.</p>
Implementation
GraphQLError userNotFound = const GraphQLError(message: 'User not found');
GraphQLError userNotFound
<span class="feature">read / write</span>
<p>Graphql error for handling.</p>
GraphQLError userNotFound = const GraphQLError(message: 'User not found');