Skip to content

Commit

Permalink
Remove superfluous qql schema type records
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Jun 30, 2024
1 parent 415b025 commit a21c890
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/request/graphql/schema/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,6 @@ func (g *Generator) buildMutationInputTypes(collections []client.CollectionDefin

mutationObj := gql.NewInputObject(mutationObjConf)
g.manager.schema.TypeMap()[mutationObj.Name()] = mutationObj

mutationList := gql.NewList(mutationObj)
mutationListName := collection.Description.Name.Value() + mutationInputsNameSuffix
g.manager.schema.TypeMap()[mutationListName] = mutationList
}

return nil
Expand Down

0 comments on commit a21c890

Please sign in to comment.