fix: don't support old queries and mutators in schema
This commit is contained in:
@@ -32,6 +32,9 @@ export default function HomeScreen() {
|
||||
<Button onPress={() => {
|
||||
z.mutate.transaction.deleteAll();
|
||||
}} title="Delete" />
|
||||
<Button onPress={() => {
|
||||
z.mutate.link.create();
|
||||
}} title="Open link" />
|
||||
</SafeAreaView>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user