Results 1 issues of 0x12

I have a graphql mutation defined as follows ``` updateParts( partId: String! parts: PartRequest! ): UpdatePartsResponse! input PartRequest { name: String! image: Strings! boltTypes: [Bolts]! } input Bolts { code:...