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

Support sort #6

Merged
merged 2 commits into from
Mar 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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