3 lines
87 B
GraphQL
3 lines
87 B
GraphQL
|
mutation CreateVersion ($modId: ModID!) {
|
||
|
versionID: createVersion(modId: $modId)
|
||
|
}
|