I think they are not supported. assume you have this mutation. ```graphql mutation updateX( $fooInput: Foo! ) { updateX(input: $fooInput) } ``` you can use any input type instead of `Foo!` as long as it is in schema.