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
GraphqlSchemaUtil#getGraphQLInputType and GraphqlSchemaUtil#getInOutType are very similar and need deduplication: if possible GraphqlSchemaUtil#getInOutType should be used for both input and output types with the correct cast and GraphqlSchemaUtil#getGraphQLInputType should be suppressed.
GraphqlSchemaUtil#getInOutType is creating output type whereas the method is generic for both input and output types
The text was updated successfully, but these errors were encountered:
GraphqlSchemaUtil#getGraphQLInputType
andGraphqlSchemaUtil#getInOutType
are very similar and need deduplication: if possibleGraphqlSchemaUtil#getInOutType
should be used for both input and output types with the correct cast andGraphqlSchemaUtil#getGraphQLInputType
should be suppressed.GraphqlSchemaUtil#getInOutType is creating output type whereas the method is generic for both input and output types
The text was updated successfully, but these errors were encountered: