diff --git a/generate/testdata/snapshots/TestGenerate-MultipleDirectives.graphql-MultipleDirectives.graphql.go b/generate/testdata/snapshots/TestGenerate-MultipleDirectives.graphql-MultipleDirectives.graphql.go index 6f76b1ba..d17af648 100644 --- a/generate/testdata/snapshots/TestGenerate-MultipleDirectives.graphql-MultipleDirectives.graphql.go +++ b/generate/testdata/snapshots/TestGenerate-MultipleDirectives.graphql-MultipleDirectives.graphql.go @@ -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