Skip to content

Commit

Permalink
version resolver updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed Jun 16, 2022
1 parent 584e68b commit da35f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invana_engine/graph/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class GraphSchema(GremlinGenericQuerySchema):
version = graphene.String()
_version = graphene.String()

def resolve_version(self, info: graphene.ResolveInfo) -> str:
def resolve__version(self, info: graphene.ResolveInfo) -> str:
return __VERSION__

0 comments on commit da35f78

Please # to comment.