Is there any way to join two table in strapi using graphql?

I have two tables, one question table, and another option table, I have question_id in the options table, I want to query all questions with it’s option using graphql, I could not find any solution how to join tow table.