OBJECT
AttachmentSerializerMutation
DRF serializer based Mutation for Attachment
link GraphQL Schema definition
- type AttachmentSerializerMutation {
- : AttachmentType
- # Boolean field that return mutation result request.
- : Boolean
- # Errors list for the field
- : [ErrorType]
- }