Files
s3browser-frontend/src/graphql/copy.graphql
2021-08-16 01:42:29 +02:00

6 lines
83 B
GraphQL

mutation copy($src: ID!, $dest: ID!) {
copy(src: $src,dest: $dest){
id
}
}