Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Simon committed Aug 1, 2023
1 parent 9b59100 commit 035db2f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions integration/__snapshots__/generated_test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3697,6 +3697,39 @@
IsDeprecated: false,
DeprecationReason: (*string)(nil),
},
&integration.FullTypeFieldsField{
Name: "deleteUserFromTodos",
Description: &"Delete Many2Many relation(s)",
Args: {
&integration.FullTypeFieldsFieldArgsInputValue{
InputValue: integration.InputValue{
Name: "input",
Description: (*string)(nil),
Type: &integration.InputValueType{
TypeRef: integration.TypeRef{
Kind: "NON_NULL",
Name: (*string)(nil),
OfType: &integration.TypeRefOfType{
Kind: "INPUT_OBJECT",
Name: &"UserRef2TodosInput",
OfType: (*integration.TypeRefOfTypeOfType)(nil),
},
},
},
DefaultValue: (*string)(nil),
},
},
},
Type: &integration.FullTypeFieldsFieldType{
TypeRef: integration.TypeRef{
Kind: "OBJECT",
Name: &"DeleteTodoPayload",
OfType: (*integration.TypeRefOfType)(nil),
},
},
IsDeprecated: false,
DeprecationReason: (*string)(nil),
},
&integration.FullTypeFieldsField{
Name: "addTodo",
Description: &"Add new Todo",
Expand Down

0 comments on commit 035db2f

Please sign in to comment.