标签:def available tom 图片 checkout mamicode custom category status
query($category:PetCategory=CAT, $status:PetStatus=AVAILABLE) {
#availablePets is the alias
availablePets:totalPets(status: AVAILABLE),
#checkoutPets is the alias
checkoutPets:totalPets(status: CHECKEDOUT),
totalPets,
totalCustomers,
allPets(status: $status, category:$category) {
category,
name,
weight,
photo {
thumb
}
}
}
[GraphQL] Set variable and default value & alias
标签:def available tom 图片 checkout mamicode custom category status
原文地址:https://www.cnblogs.com/Answer1215/p/11366624.html