Pass current code as input for fork mutation (#563)
This commit was merged in pull request #563.
This commit is contained in:
@@ -43,6 +43,7 @@ export const schema = gql`
|
||||
input ForkProjectInput {
|
||||
userId: String!
|
||||
forkedFromId: String
|
||||
code: String
|
||||
}
|
||||
|
||||
input UpdateProjectInput {
|
||||
|
||||
Reference in New Issue
Block a user