This time last year query in config.edn?

Okey I think I got the solution

{                                                                                                    
    :title            "This time last year"                                                                        
    :query            [:find (pull ?b [*])                                                              
                       :in $ ?span                                                                      
                       :where                                                                           
                       (between ?b ?span ?span)                                                         
                       ]                                                                                
    :inputs           [:365d-before ]                                                                   
   :collapsed?       false}