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
Usage reporting seems very incomplete without knowing the usage of input fields.
The variable reporting is insufficient for the use case of checking apollo studio to see whether a deprecated input field is still being used, so it can be removed. This is because you can hard code values into a graphql query (not input them as variables) and the sendVariableValues will not report these values.
There is this merge request that was reverted and never reintroduced for some reason #4654 (cc @sachindshinde)
The text was updated successfully, but these errors were encountered:
Usage reporting seems very incomplete without knowing the usage of input fields.
The variable reporting is insufficient for the use case of checking apollo studio to see whether a deprecated input field is still being used, so it can be removed. This is because you can hard code values into a graphql query (not input them as variables) and the
sendVariableValues
will not report these values.There is this merge request that was reverted and never reintroduced for some reason #4654 (cc @sachindshinde)
The text was updated successfully, but these errors were encountered: