pub async fn post_check(
    configuration: &Configuration,
    max_depth: Option<i64>,
    relation_query: Option<RelationQuery>
) -> Result<GetCheckResponse, Error<PostCheckError>>
Expand description

To learn how relation tuples and the check works, head over to the documentation.