Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
#150 corrected query
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwunderbar666 committed Jul 11, 2022
1 parent c816728 commit 1cf9a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaskinventory/view/dgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_entry(unique_name: str = None, uid: str = None, dgraph_type: str = None)
query_fields += '''
datasets: ~concept_vars @filter(type("Dataset")) { uid name unique_name authors @facets published_date }
corpus: ~concept_vars @filter(type("Corpus")) { uid name unique_name authors @facets published_date }
tools: ~used_for @filter(type("Tool")) { uid name unique_name authors @facets published_date programming_languages platform } } }
tools: ~used_for @filter(type("Tool")) { uid name unique_name authors @facets published_date programming_languages platform }
} }
'''

Expand Down

0 comments on commit 1cf9a00

Please sign in to comment.