Skip to main content

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 query
  • select - The projection/query body to specify.