Skip to content

Commit

Permalink
Rename analyis field into analysis_id
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri authored and thenav56 committed Aug 22, 2024
1 parent 2ddf069 commit 69ee166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/analysis/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class Meta:
)

assignee = graphene.Field(UserType, required=True)
analysis = graphene.ID(source='analysis_id', required=True)
analysis_id = graphene.ID(source='analysis_id', required=True)
cloned_from = graphene.ID(source='cloned_from_id')
analyzed_entries_count = graphene.Int(required=True)

Expand Down

0 comments on commit 69ee166

Please sign in to comment.