use ;
/// The GuardDataContext is used to define the context for a guard.
/// It queries the database and returns the result as a context key.
/// The context key can then be used in the guard to check if the user has access to the resource.
/// [[entities.data_source.resolvers.update_many.guards.context]]
/// entity_name = "todo_access"
/// query = '''
/// {
/// "get_todo_accesss_input": {
/// "query": {
/// "AND": {{uuid}}
/// }
/// }
/// }
/// '''
/// variables = [
/// ["{{uuid}}", "input(\"query\", \"uuid\")"],
/// ]
;