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 AdityaKhatri committed Oct 16, 2024
1 parent a3c6a3f commit 4fc5513
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 4fc5513

Please sign in to comment.