origin_sdk.gql.queries.input_queries.session
create_get_session_gql
def create_get_session_gql(variables: Dict[str, str], select: RecursiveTree)
Creates a getSession query, since this is the most common wrapper for queries.
Arguments:
variables
- A dictionary of variables to be declared in the queryselect
- The projection/query body to specify.