Skip to content

Commit

Permalink
change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykWalach committed Nov 7, 2024
1 parent 050b5aa commit 8a113c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ pub enum ProcessClientFieldDeclarationError {
parent_type_name: UnvalidatedTypeName,
},

#[error("Invalid to type. `{to_type_name}` has no id field. You are attempting to define a pointer to it. \
#[error("Invalid type pointed to. `{to_type_name}` has no id field. You are attempting to define a pointer to it. \
In order to do so, the to object must be an object implementing Node interface.")]
ToTypeHasNoId { to_type_name: UnvalidatedTypeName },

Expand Down

0 comments on commit 8a113c8

Please sign in to comment.