Say I have the following query: ``` module GetUser = [%graphql {| { users @bsRecord { first_name last_name email company { name } } } |} ]; ``` Is it possible to get the type of company?