models
field
help_text
as documentationunique=True
is this field must be unique throughout
the tablegraphene
List
consider using NonNull
=
graphene.List(graphene.NonNull(graphene.String))required=True
or ObjectType
class DocumentUploaderFormConfig(graphene.ObjectType):
= graphene.String(required=True)
enum_name
class DocumentUploadConfigQuery(graphene.ObjectType):
= graphene.List(graphene.NonNull(DocumentUploaderFormConfig)), required=True) document_uploader_form_configs