userNotAuthenticated property
GraphQLError userNotAuthenticated
read / write
Graphql error for handling.
Implementation
GraphQLError userNotAuthenticated =
const GraphQLError(message: 'User is not authenticated');
GraphQLError userNotAuthenticated
read / write
Graphql error for handling.
GraphQLError userNotAuthenticated =
const GraphQLError(message: 'User is not authenticated');