Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Oct 5, 2023
1 parent d9fe326 commit 13f2a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/write.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type MergedSchema struct {

func (ms *MergedSchema) WriteSchema(s *Schema) string {
ms.writeDescriptions(s.SchemaDefinitions[0].Descriptions, 0, true)
ms.buf.WriteString("schema! {\n")
ms.buf.WriteString("schema {\n")
ms.addIndent(1)
if s.SchemaDefinitions[0].Query != nil {
ms.buf.WriteString("query: " + *s.SchemaDefinitions[0].Query + "\n")
Expand Down

0 comments on commit 13f2a58

Please sign in to comment.