Jacob Kristhammar
Results
2
issues of
Jacob Kristhammar
Do you have any plans to make it easier to contribute or load (private) custom lint checkers? I really like where buf is going, but the lint-rules are already too...
Feature
**Intended outcome:** Detect that `resendUserVerificationInput` is supposed to be Non-Null in this query: ```graphql #import "fragments/mutationResponseFields.gql" mutation ResendVerification($input: resendUserVerificationInput) { resendUserVerification(input: $input) { resendUserVerification { user { id phoneNumber }...