Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed May 21, 2024
1 parent 698b836 commit b9eb53c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Empty file added website/src/pages/test.astro
Empty file.
14 changes: 14 additions & 0 deletions website/src/pages/test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { lapisClientHooks } from "../services/serviceHooks";

const {mutate} = lapisClientHooks('https://lapis-main.loculus.org/dummy-organism').zodiosHooks.useDetails({
}, {});


mutate({
orderBy:[{
field: 'field1',
type: 'ascending',
}]
},
{}
);

0 comments on commit b9eb53c

Please sign in to comment.