Error interface for GraphQL mutation errors.
Represents an error that occurred during the mutation execution.
interface Error { message: string;}
message: string
Human-readable error message describing what went wrong
Error interface for GraphQL mutation errors.