You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export type CreateRecurringReservationMutationFn = Apollo.MutationFunction<
14683
-
CreateRecurringReservationMutation,
14684
-
CreateRecurringReservationMutationVariables
14682
+
export type CreateReservationSeriesMutationFn = Apollo.MutationFunction<
14683
+
CreateReservationSeriesMutation,
14684
+
CreateReservationSeriesMutationVariables
14685
14685
>;
14686
14686
14687
14687
/**
14688
-
* __useCreateRecurringReservationMutation__
14688
+
* __useCreateReservationSeriesMutation__
14689
14689
*
14690
-
* To run a mutation, you first call `useCreateRecurringReservationMutation` within a React component and pass it any options that fit your needs.
14691
-
* When your component renders, `useCreateRecurringReservationMutation` returns a tuple that includes:
14690
+
* To run a mutation, you first call `useCreateReservationSeriesMutation` within a React component and pass it any options that fit your needs.
14691
+
* When your component renders, `useCreateReservationSeriesMutation` returns a tuple that includes:
14692
14692
* - A mutate function that you can call at any time to execute the mutation
14693
14693
* - An object with fields that represent the current status of the mutation's execution
14694
14694
*
14695
14695
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
0 commit comments