API deficiencies

Also pls pass on to the eng team that it’s VERY annoying the graphql api validates types of inputs so stringently, e.g. if you have a mutation with an item_id and that item_id is passed in as a string not an int, you get type mismatch errors. Your api should do the work to realize it was just handed a string of numbers that is in fact an id and just convert it if that’s what it needs. Running into this issue with python and graphql vars.