Categorygithub.com/ugent-library/muts
repositorypackage
0.0.0-20240422190027-e10204a4bf89
Repository: https://github.com/ugent-library/muts.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

ugent-library/muts

query syntax

{
    "id": {"eq": ""}
}
{
    "id": {"in": []}
}
{
    "kind": {"eq": ""}
}
{
    "kind": {"in": []}
}
{
    "kind": {"isa": ""}
}
{
    "created_at": {"gt": ""}
}
{
    "created_at": {"lt": ""}
}
{
    "created_at": {"gte": ""}
}
{
    "created_at": {"lte": ""}
}
{
    "updated_at": {"gt": ""}
}
{
    "updated_at": {"lt": ""}
}
{
    "updated_at": {"gte": ""}
}
{
    "updated_at": {"lte": ""}
}
{
    "properties": [{"match": ""}]
},
{
    "links": []
},
{
    "follow": []
},