[🔥AUDIT🔥] Fix tests after merge (#112)

🖍 _This is an audit!_ 🖍

## Summary:
This is what I get for not waiting for them to pass at each step of
landing a stack!

## Test plan:
make check


Author: benjaminjkraft

Auditors: dnerdy

Required Reviewers: 

Approved By: 

Checks:  Test (1.17),  Test (1.16),  Test (1.15),  Test (1.14),  Lint,  Lint,  Test (1.17),  Test (1.16),  Test (1.15),  Test (1.14)

Pull Request URL: https://github.com/Khan/genqlient/pull/112
This commit is contained in:
Ben Kraft
2021-09-24 11:24:07 -07:00
committed by GitHub
parent 6e2b1a5811
commit 7dcfa55128
@@ -32,7 +32,7 @@ func (v *MyInput) MarshalJSON() ([]byte, error) {
var fullObject struct {
*MyInput
Birthdate json.RawMessage `json:"birthdate"`
graphql.NoUnmarshalJSON
graphql.NoMarshalJSON
}
fullObject.MyInput = v
@@ -119,7 +119,7 @@ func (v *UserQueryInput) MarshalJSON() ([]byte, error) {
var fullObject struct {
*UserQueryInput
Birthdate json.RawMessage `json:"birthdate"`
graphql.NoUnmarshalJSON
graphql.NoMarshalJSON
}
fullObject.UserQueryInput = v