mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Performer checksum from name. Default image
This commit is contained in:
@@ -15,7 +15,7 @@ mutation PerformerCreate(
|
||||
$twitter: String,
|
||||
$instagram: String,
|
||||
$favorite: Boolean,
|
||||
$image: String!) {
|
||||
$image: String) {
|
||||
|
||||
performerCreate(input: {
|
||||
name: $name,
|
||||
|
||||
@@ -41,7 +41,7 @@ input PerformerCreateInput {
|
||||
instagram: String
|
||||
favorite: Boolean
|
||||
"""This should be base64 encoded"""
|
||||
image: String!
|
||||
image: String
|
||||
}
|
||||
|
||||
input PerformerUpdateInput {
|
||||
|
||||
Reference in New Issue
Block a user