feat: add mutation and mutation builder with example
This commit is contained in:
@@ -20,6 +20,10 @@ class HomePage extends StatelessWidget {
|
||||
title: const Text('Infinite Query'),
|
||||
onTap: () => GoRouter.of(context).push('/infinite-query'),
|
||||
),
|
||||
ListTile(
|
||||
title: const Text('Mutation'),
|
||||
onTap: () => GoRouter.of(context).push('/mutation'),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user