implemented copy paste
This commit is contained in:
5
src/graphql/copy.graphql
Normal file
5
src/graphql/copy.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
mutation copy($src: ID!, $dest: ID!) {
|
||||
copy(src: $src,dest: $dest){
|
||||
id
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user