Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 686986b

Browse files
authored
Merge pull request #6 from Code-Hex/fix/json
Support sort
2 parents 1fa9be6 + 7eb1dcd commit 686986b

File tree

12 files changed

+27422
-27364
lines changed

12 files changed

+27422
-27364
lines changed

cmd/gqldoc/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func convertSchemaTree(schemaFiles []string) (*introspection.Root, error) {
143143
if err != nil {
144144
return nil, errors.WithStack(err)
145145
}
146+
146147
return schema, nil
147148
}
148149

0 commit comments

Comments
 (0)