renameFile
From and to must consist of a full path beginning from "/".
renameFile(
from: String!
to: String!
): OperationCompletedSuccessfully!
From and to must consist of a full path beginning from "/".
renameFile(
from: String!
to: String!
): OperationCompletedSuccessfully!
renameFile.from
● String!
non-null scalarrenameFile.to
● String!
non-null scalarOperationCompletedSuccessfully
object