Attach actor to pictures entity
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import gql from 'graphql-tag';
|
||||
|
||||
export const UPLOAD_PICTURE = gql`
|
||||
mutation UploadPicture($file: Upload!, $alt: String, $name: String!){
|
||||
uploadPicture(file: $file, alt: $alt, name: $name) {
|
||||
mutation UploadPicture($file: Upload!, $alt: String, $name: String!, $actorId: ID!){
|
||||
uploadPicture(file: $file, alt: $alt, name: $name, actorId: $actorId) {
|
||||
url,
|
||||
id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user