We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dc683 commit 10c8befCopy full SHA for 10c8bef
v3/crates/metadata-resolve/src/stages/type_permissions/error.rs
@@ -41,7 +41,7 @@ pub enum TypeInputPermissionError {
41
"unsupported type in input type permissions definition: {type_name:}; only object types are supported"
42
)]
43
UnsupportedTypeInInputPermissions { type_name: CustomTypeName },
44
- #[error("unknown field '{field_name:}' used in output permissions of type '{type_name:}'")]
+ #[error("unknown field '{field_name:}' used in input permissions of type '{type_name:}'")]
45
UnknownFieldInInputPermissionsDefinition {
46
field_name: FieldName,
47
type_name: CustomTypeName,
0 commit comments