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

Commit

Permalink
Merge pull request #6 from Code-Hex/fix/json
Browse files Browse the repository at this point in the history
Support sort
  • Loading branch information
Code-Hex committed Mar 29, 2021
2 parents 1fa9be6 + 7eb1dcd commit 686986b
Show file tree
Hide file tree
Showing 12 changed files with 27,422 additions and 27,364 deletions.
1 change: 1 addition & 0 deletions cmd/gqldoc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func convertSchemaTree(schemaFiles []string) (*introspection.Root, error) {
if err != nil {
return nil, errors.WithStack(err)
}

return schema, nil
}

Expand Down
Loading

0 comments on commit 686986b

Please sign in to comment.