You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some rules in this document that appear to overlap.
Examples:
EXTERNAL_ARGUMENT_DEFAULT_MISMATCH and FIELD_ARGUMENT_DEFAULT_MISMATCH
EXTERNAL_ARGUMENT_MISSING and REQUIRED_ARGUMENT_MISSING_IN_SOME_SCHEMA
EXTERNAL_ARGUMENT_TYPE_MISMATCH and FIELD_ARGUMENT_TYPE_MISMATCH
EXTERNAL_TYPE_MISMATCH and FIELD_TYPE_MISMATCH
If the non-external rule would check both non-external and external arguments/fields, then why does there need to be another rule specifically for external arguments/fields?
The text was updated successfully, but these errors were encountered:
There are some rules in this document that appear to overlap.
Examples:
EXTERNAL_ARGUMENT_DEFAULT_MISMATCH
andFIELD_ARGUMENT_DEFAULT_MISMATCH
EXTERNAL_ARGUMENT_MISSING
andREQUIRED_ARGUMENT_MISSING_IN_SOME_SCHEMA
EXTERNAL_ARGUMENT_TYPE_MISMATCH
andFIELD_ARGUMENT_TYPE_MISMATCH
EXTERNAL_TYPE_MISMATCH
andFIELD_TYPE_MISMATCH
If the non-external rule would check both non-external and external arguments/fields, then why does there need to be another rule specifically for external arguments/fields?
The text was updated successfully, but these errors were encountered: