Skip to content
Snippets Groups Projects
Commit 035680da authored by Jean-Philippe Laverdure's avatar Jean-Philippe Laverdure
Browse files

slight updates to class names and mutation name

parent 6aee5d8f
No related branches found
No related tags found
2 merge requests!111Populate /secure/my-sharegroups/ with the same groups that are available to a...,!109Populate /secure/my-sharegroups/ with the same groups that are available to a...
......@@ -240,7 +240,7 @@ class Query(graphene.ObjectType):
return qs.distinct()
class DataFileAnnotationMutation(DjangoModelFormMutation):
class DataFileAnnotationsMutation(DjangoModelFormMutation):
"""Enable the modification of a DataFile
Makes use of the DataFileForm, so all exposed fields from that form are available"""
......@@ -332,7 +332,7 @@ class DataFileAttachMutation(graphene.Mutation):
class Mutation(graphene.ObjectType):
datafile = DataFileAnnotationMutation.Field()
datafile_annotations = DataFileAnnotationsMutation.Field()
dataset = DataSetMutation.Field()
attach_datafile_by_hash = DataFileAttachMutation.Field()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment