|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
import { gql } from '@/utils/gql';
|
|
|
|
|
import * as VueApolloComposable from '@vue/apollo-composable';
|
|
|
|
|
import * as VueCompositionApi from 'vue';
|
|
|
|
|
import * as VueApolloComposable from '@vue/apollo-composable'
|
|
|
|
|
import * as VueCompositionApi from 'vue'
|
|
|
|
|
import { gql } from '@/utils/gql'
|
|
|
|
|
export type Maybe<T> = T | null | undefined;
|
|
|
|
|
export type InputMaybe<T> = T | null | undefined;
|
|
|
|
|
export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
|
|
|
|
@@ -86,37 +86,30 @@ export type Mutation = {
|
|
|
|
|
ToggleIgnoreState: Scalars['Boolean']['output'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationRemoveOriginArgs = {
|
|
|
|
|
origin: Scalars['String']['input'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationSaveOriginArgs = {
|
|
|
|
|
origin: Scalars['String']['input'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationToggleIgnoreBandArgs = {
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationToggleIgnoreCityArgs = {
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationToggleIgnoreDanceHallArgs = {
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationToggleIgnoreMunicipalityArgs = {
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationToggleIgnoreStateArgs = {
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
};
|
|
|
|
@@ -145,12 +138,10 @@ export type Query = {
|
|
|
|
|
Origins: Array<Scalars['String']['output']>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type QueryAddressFromLatLngArgs = {
|
|
|
|
|
latlng: Scalars['String']['input'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type QueryEventsArgs = {
|
|
|
|
|
includeHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
|
|
|
origins?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
|
|
@@ -170,61 +161,52 @@ export type RemoveOriginMutationVariables = Exact<{
|
|
|
|
|
origin: Scalars['String']['input'];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type RemoveOriginMutation = { __typename?: 'Mutation', removed: boolean };
|
|
|
|
|
|
|
|
|
|
export type SaveOriginMutationVariables = Exact<{
|
|
|
|
|
origin: Scalars['String']['input'];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type SaveOriginMutation = { __typename?: 'Mutation', saved: boolean };
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreBandMutationVariables = Exact<{
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreBandMutation = { __typename?: 'Mutation', ignore: boolean };
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreCityMutationVariables = Exact<{
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreCityMutation = { __typename?: 'Mutation', ignore: boolean };
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreDanceHallMutationVariables = Exact<{
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreDanceHallMutation = { __typename?: 'Mutation', ignore: boolean };
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreMunicipalityMutationVariables = Exact<{
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreMunicipalityMutation = { __typename?: 'Mutation', ignore: boolean };
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreStateMutationVariables = Exact<{
|
|
|
|
|
name: Scalars['String']['input'];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type ToggleIgnoreStateMutation = { __typename?: 'Mutation', ignore: boolean };
|
|
|
|
|
|
|
|
|
|
export type FetchAddressQueryVariables = Exact<{
|
|
|
|
|
latlng: Scalars['String']['input'];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type FetchAddressQuery = { __typename?: 'Query', address: string };
|
|
|
|
|
|
|
|
|
|
export type FetchFiltersQueryVariables = Exact<{ [key: string]: never; }>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type FetchFiltersQuery = { __typename?: 'Query', bands: Array<string>, cities: Array<string>, states: Array<string>, danceHalls: Array<string>, municipalities: Array<string> };
|
|
|
|
|
|
|
|
|
|
export type FindEventsQueryVariables = Exact<{
|
|
|
|
@@ -235,20 +217,17 @@ export type FindEventsQueryVariables = Exact<{
|
|
|
|
|
includeHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type FindEventsQuery = { __typename?: 'Query', origins: Array<string>, events: Array<{ __typename?: 'Event', date: string, time: string | null | undefined, extraInfo: string | null | undefined, band: { __typename?: 'Band', name: string } | null | undefined, danceHall: { __typename?: 'DanceHall', name: string | null | undefined, city: string | null | undefined, municipality: string | null | undefined, state: string | null | undefined } | null | undefined, distances: Array<{ __typename?: 'DanceHallDistance', origin: string, distance: number, duration: string }> }> };
|
|
|
|
|
|
|
|
|
|
export type FindOriginsQueryVariables = Exact<{ [key: string]: never; }>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type FindOriginsQuery = { __typename?: 'Query', origins: Array<string> };
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const RemoveOriginDocument = gql`
|
|
|
|
|
mutation RemoveOrigin($origin: String!) {
|
|
|
|
|
removed: RemoveOrigin(origin: $origin)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useRemoveOriginMutation__
|
|
|
|
@@ -268,14 +247,14 @@ export const RemoveOriginDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useRemoveOriginMutation (options: VueApolloComposable.UseMutationOptions<RemoveOriginMutation, RemoveOriginMutationVariables> | ReactiveFunction<VueApolloComposable.UseMutationOptions<RemoveOriginMutation, RemoveOriginMutationVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useMutation<RemoveOriginMutation, RemoveOriginMutationVariables>(RemoveOriginDocument, options);
|
|
|
|
|
return VueApolloComposable.useMutation<RemoveOriginMutation, RemoveOriginMutationVariables>(RemoveOriginDocument, options)
|
|
|
|
|
}
|
|
|
|
|
export type RemoveOriginMutationCompositionFunctionResult = VueApolloComposable.UseMutationReturn<RemoveOriginMutation, RemoveOriginMutationVariables>;
|
|
|
|
|
export const SaveOriginDocument = gql`
|
|
|
|
|
mutation SaveOrigin($origin: String!) {
|
|
|
|
|
saved: SaveOrigin(origin: $origin)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useSaveOriginMutation__
|
|
|
|
@@ -295,14 +274,14 @@ export const SaveOriginDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useSaveOriginMutation (options: VueApolloComposable.UseMutationOptions<SaveOriginMutation, SaveOriginMutationVariables> | ReactiveFunction<VueApolloComposable.UseMutationOptions<SaveOriginMutation, SaveOriginMutationVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useMutation<SaveOriginMutation, SaveOriginMutationVariables>(SaveOriginDocument, options);
|
|
|
|
|
return VueApolloComposable.useMutation<SaveOriginMutation, SaveOriginMutationVariables>(SaveOriginDocument, options)
|
|
|
|
|
}
|
|
|
|
|
export type SaveOriginMutationCompositionFunctionResult = VueApolloComposable.UseMutationReturn<SaveOriginMutation, SaveOriginMutationVariables>;
|
|
|
|
|
export const ToggleIgnoreBandDocument = gql`
|
|
|
|
|
mutation ToggleIgnoreBand($name: String!) {
|
|
|
|
|
ignore: ToggleIgnoreBand(name: $name)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useToggleIgnoreBandMutation__
|
|
|
|
@@ -322,14 +301,14 @@ export const ToggleIgnoreBandDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useToggleIgnoreBandMutation (options: VueApolloComposable.UseMutationOptions<ToggleIgnoreBandMutation, ToggleIgnoreBandMutationVariables> | ReactiveFunction<VueApolloComposable.UseMutationOptions<ToggleIgnoreBandMutation, ToggleIgnoreBandMutationVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreBandMutation, ToggleIgnoreBandMutationVariables>(ToggleIgnoreBandDocument, options);
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreBandMutation, ToggleIgnoreBandMutationVariables>(ToggleIgnoreBandDocument, options)
|
|
|
|
|
}
|
|
|
|
|
export type ToggleIgnoreBandMutationCompositionFunctionResult = VueApolloComposable.UseMutationReturn<ToggleIgnoreBandMutation, ToggleIgnoreBandMutationVariables>;
|
|
|
|
|
export const ToggleIgnoreCityDocument = gql`
|
|
|
|
|
mutation ToggleIgnoreCity($name: String!) {
|
|
|
|
|
ignore: ToggleIgnoreCity(name: $name)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useToggleIgnoreCityMutation__
|
|
|
|
@@ -349,14 +328,14 @@ export const ToggleIgnoreCityDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useToggleIgnoreCityMutation (options: VueApolloComposable.UseMutationOptions<ToggleIgnoreCityMutation, ToggleIgnoreCityMutationVariables> | ReactiveFunction<VueApolloComposable.UseMutationOptions<ToggleIgnoreCityMutation, ToggleIgnoreCityMutationVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreCityMutation, ToggleIgnoreCityMutationVariables>(ToggleIgnoreCityDocument, options);
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreCityMutation, ToggleIgnoreCityMutationVariables>(ToggleIgnoreCityDocument, options)
|
|
|
|
|
}
|
|
|
|
|
export type ToggleIgnoreCityMutationCompositionFunctionResult = VueApolloComposable.UseMutationReturn<ToggleIgnoreCityMutation, ToggleIgnoreCityMutationVariables>;
|
|
|
|
|
export const ToggleIgnoreDanceHallDocument = gql`
|
|
|
|
|
mutation ToggleIgnoreDanceHall($name: String!) {
|
|
|
|
|
ignore: ToggleIgnoreDanceHall(name: $name)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useToggleIgnoreDanceHallMutation__
|
|
|
|
@@ -376,14 +355,14 @@ export const ToggleIgnoreDanceHallDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useToggleIgnoreDanceHallMutation (options: VueApolloComposable.UseMutationOptions<ToggleIgnoreDanceHallMutation, ToggleIgnoreDanceHallMutationVariables> | ReactiveFunction<VueApolloComposable.UseMutationOptions<ToggleIgnoreDanceHallMutation, ToggleIgnoreDanceHallMutationVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreDanceHallMutation, ToggleIgnoreDanceHallMutationVariables>(ToggleIgnoreDanceHallDocument, options);
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreDanceHallMutation, ToggleIgnoreDanceHallMutationVariables>(ToggleIgnoreDanceHallDocument, options)
|
|
|
|
|
}
|
|
|
|
|
export type ToggleIgnoreDanceHallMutationCompositionFunctionResult = VueApolloComposable.UseMutationReturn<ToggleIgnoreDanceHallMutation, ToggleIgnoreDanceHallMutationVariables>;
|
|
|
|
|
export const ToggleIgnoreMunicipalityDocument = gql`
|
|
|
|
|
mutation ToggleIgnoreMunicipality($name: String!) {
|
|
|
|
|
ignore: ToggleIgnoreMunicipality(name: $name)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useToggleIgnoreMunicipalityMutation__
|
|
|
|
@@ -403,14 +382,14 @@ export const ToggleIgnoreMunicipalityDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useToggleIgnoreMunicipalityMutation (options: VueApolloComposable.UseMutationOptions<ToggleIgnoreMunicipalityMutation, ToggleIgnoreMunicipalityMutationVariables> | ReactiveFunction<VueApolloComposable.UseMutationOptions<ToggleIgnoreMunicipalityMutation, ToggleIgnoreMunicipalityMutationVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreMunicipalityMutation, ToggleIgnoreMunicipalityMutationVariables>(ToggleIgnoreMunicipalityDocument, options);
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreMunicipalityMutation, ToggleIgnoreMunicipalityMutationVariables>(ToggleIgnoreMunicipalityDocument, options)
|
|
|
|
|
}
|
|
|
|
|
export type ToggleIgnoreMunicipalityMutationCompositionFunctionResult = VueApolloComposable.UseMutationReturn<ToggleIgnoreMunicipalityMutation, ToggleIgnoreMunicipalityMutationVariables>;
|
|
|
|
|
export const ToggleIgnoreStateDocument = gql`
|
|
|
|
|
mutation ToggleIgnoreState($name: String!) {
|
|
|
|
|
ignore: ToggleIgnoreState(name: $name)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useToggleIgnoreStateMutation__
|
|
|
|
@@ -430,14 +409,14 @@ export const ToggleIgnoreStateDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useToggleIgnoreStateMutation (options: VueApolloComposable.UseMutationOptions<ToggleIgnoreStateMutation, ToggleIgnoreStateMutationVariables> | ReactiveFunction<VueApolloComposable.UseMutationOptions<ToggleIgnoreStateMutation, ToggleIgnoreStateMutationVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreStateMutation, ToggleIgnoreStateMutationVariables>(ToggleIgnoreStateDocument, options);
|
|
|
|
|
return VueApolloComposable.useMutation<ToggleIgnoreStateMutation, ToggleIgnoreStateMutationVariables>(ToggleIgnoreStateDocument, options)
|
|
|
|
|
}
|
|
|
|
|
export type ToggleIgnoreStateMutationCompositionFunctionResult = VueApolloComposable.UseMutationReturn<ToggleIgnoreStateMutation, ToggleIgnoreStateMutationVariables>;
|
|
|
|
|
export const FetchAddressDocument = gql`
|
|
|
|
|
query FetchAddress($latlng: String!) {
|
|
|
|
|
address: AddressFromLatLng(latlng: $latlng)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useFetchAddressQuery__
|
|
|
|
@@ -455,10 +434,10 @@ export const FetchAddressDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useFetchAddressQuery (variables: FetchAddressQueryVariables | VueCompositionApi.Ref<FetchAddressQueryVariables> | ReactiveFunction<FetchAddressQueryVariables>, options: VueApolloComposable.UseQueryOptions<FetchAddressQuery, FetchAddressQueryVariables> | VueCompositionApi.Ref<VueApolloComposable.UseQueryOptions<FetchAddressQuery, FetchAddressQueryVariables>> | ReactiveFunction<VueApolloComposable.UseQueryOptions<FetchAddressQuery, FetchAddressQueryVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useQuery<FetchAddressQuery, FetchAddressQueryVariables>(FetchAddressDocument, variables, options);
|
|
|
|
|
return VueApolloComposable.useQuery<FetchAddressQuery, FetchAddressQueryVariables>(FetchAddressDocument, variables, options)
|
|
|
|
|
}
|
|
|
|
|
export function useFetchAddressLazyQuery (variables: FetchAddressQueryVariables | VueCompositionApi.Ref<FetchAddressQueryVariables> | ReactiveFunction<FetchAddressQueryVariables>, options: VueApolloComposable.UseQueryOptions<FetchAddressQuery, FetchAddressQueryVariables> | VueCompositionApi.Ref<VueApolloComposable.UseQueryOptions<FetchAddressQuery, FetchAddressQueryVariables>> | ReactiveFunction<VueApolloComposable.UseQueryOptions<FetchAddressQuery, FetchAddressQueryVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useLazyQuery<FetchAddressQuery, FetchAddressQueryVariables>(FetchAddressDocument, variables, options);
|
|
|
|
|
return VueApolloComposable.useLazyQuery<FetchAddressQuery, FetchAddressQueryVariables>(FetchAddressDocument, variables, options)
|
|
|
|
|
}
|
|
|
|
|
export type FetchAddressQueryCompositionFunctionResult = VueApolloComposable.UseQueryReturn<FetchAddressQuery, FetchAddressQueryVariables>;
|
|
|
|
|
export const FetchFiltersDocument = gql`
|
|
|
|
@@ -469,7 +448,7 @@ export const FetchFiltersDocument = gql`
|
|
|
|
|
danceHalls: IgnoredDanceHalls
|
|
|
|
|
municipalities: IgnoredMunicipalities
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useFetchFiltersQuery__
|
|
|
|
@@ -484,10 +463,10 @@ export const FetchFiltersDocument = gql`
|
|
|
|
|
* const { result, loading, error } = useFetchFiltersQuery();
|
|
|
|
|
*/
|
|
|
|
|
export function useFetchFiltersQuery (options: VueApolloComposable.UseQueryOptions<FetchFiltersQuery, FetchFiltersQueryVariables> | VueCompositionApi.Ref<VueApolloComposable.UseQueryOptions<FetchFiltersQuery, FetchFiltersQueryVariables>> | ReactiveFunction<VueApolloComposable.UseQueryOptions<FetchFiltersQuery, FetchFiltersQueryVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useQuery<FetchFiltersQuery, FetchFiltersQueryVariables>(FetchFiltersDocument, {}, options);
|
|
|
|
|
return VueApolloComposable.useQuery<FetchFiltersQuery, FetchFiltersQueryVariables>(FetchFiltersDocument, {}, options)
|
|
|
|
|
}
|
|
|
|
|
export function useFetchFiltersLazyQuery (options: VueApolloComposable.UseQueryOptions<FetchFiltersQuery, FetchFiltersQueryVariables> | VueCompositionApi.Ref<VueApolloComposable.UseQueryOptions<FetchFiltersQuery, FetchFiltersQueryVariables>> | ReactiveFunction<VueApolloComposable.UseQueryOptions<FetchFiltersQuery, FetchFiltersQueryVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useLazyQuery<FetchFiltersQuery, FetchFiltersQueryVariables>(FetchFiltersDocument, {}, options);
|
|
|
|
|
return VueApolloComposable.useLazyQuery<FetchFiltersQuery, FetchFiltersQueryVariables>(FetchFiltersDocument, {}, options)
|
|
|
|
|
}
|
|
|
|
|
export type FetchFiltersQueryCompositionFunctionResult = VueApolloComposable.UseQueryReturn<FetchFiltersQuery, FetchFiltersQueryVariables>;
|
|
|
|
|
export const FindEventsDocument = gql`
|
|
|
|
@@ -518,7 +497,7 @@ export const FindEventsDocument = gql`
|
|
|
|
|
}
|
|
|
|
|
origins: Origins @include(if: $includeOrigins)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useFindEventsQuery__
|
|
|
|
@@ -540,17 +519,17 @@ export const FindEventsDocument = gql`
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useFindEventsQuery (variables: FindEventsQueryVariables | VueCompositionApi.Ref<FindEventsQueryVariables> | ReactiveFunction<FindEventsQueryVariables>, options: VueApolloComposable.UseQueryOptions<FindEventsQuery, FindEventsQueryVariables> | VueCompositionApi.Ref<VueApolloComposable.UseQueryOptions<FindEventsQuery, FindEventsQueryVariables>> | ReactiveFunction<VueApolloComposable.UseQueryOptions<FindEventsQuery, FindEventsQueryVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useQuery<FindEventsQuery, FindEventsQueryVariables>(FindEventsDocument, variables, options);
|
|
|
|
|
return VueApolloComposable.useQuery<FindEventsQuery, FindEventsQueryVariables>(FindEventsDocument, variables, options)
|
|
|
|
|
}
|
|
|
|
|
export function useFindEventsLazyQuery (variables: FindEventsQueryVariables | VueCompositionApi.Ref<FindEventsQueryVariables> | ReactiveFunction<FindEventsQueryVariables>, options: VueApolloComposable.UseQueryOptions<FindEventsQuery, FindEventsQueryVariables> | VueCompositionApi.Ref<VueApolloComposable.UseQueryOptions<FindEventsQuery, FindEventsQueryVariables>> | ReactiveFunction<VueApolloComposable.UseQueryOptions<FindEventsQuery, FindEventsQueryVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useLazyQuery<FindEventsQuery, FindEventsQueryVariables>(FindEventsDocument, variables, options);
|
|
|
|
|
return VueApolloComposable.useLazyQuery<FindEventsQuery, FindEventsQueryVariables>(FindEventsDocument, variables, options)
|
|
|
|
|
}
|
|
|
|
|
export type FindEventsQueryCompositionFunctionResult = VueApolloComposable.UseQueryReturn<FindEventsQuery, FindEventsQueryVariables>;
|
|
|
|
|
export const FindOriginsDocument = gql`
|
|
|
|
|
query FindOrigins {
|
|
|
|
|
origins: Origins
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useFindOriginsQuery__
|
|
|
|
@@ -565,10 +544,10 @@ export const FindOriginsDocument = gql`
|
|
|
|
|
* const { result, loading, error } = useFindOriginsQuery();
|
|
|
|
|
*/
|
|
|
|
|
export function useFindOriginsQuery (options: VueApolloComposable.UseQueryOptions<FindOriginsQuery, FindOriginsQueryVariables> | VueCompositionApi.Ref<VueApolloComposable.UseQueryOptions<FindOriginsQuery, FindOriginsQueryVariables>> | ReactiveFunction<VueApolloComposable.UseQueryOptions<FindOriginsQuery, FindOriginsQueryVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useQuery<FindOriginsQuery, FindOriginsQueryVariables>(FindOriginsDocument, {}, options);
|
|
|
|
|
return VueApolloComposable.useQuery<FindOriginsQuery, FindOriginsQueryVariables>(FindOriginsDocument, {}, options)
|
|
|
|
|
}
|
|
|
|
|
export function useFindOriginsLazyQuery (options: VueApolloComposable.UseQueryOptions<FindOriginsQuery, FindOriginsQueryVariables> | VueCompositionApi.Ref<VueApolloComposable.UseQueryOptions<FindOriginsQuery, FindOriginsQueryVariables>> | ReactiveFunction<VueApolloComposable.UseQueryOptions<FindOriginsQuery, FindOriginsQueryVariables>> = {}) {
|
|
|
|
|
return VueApolloComposable.useLazyQuery<FindOriginsQuery, FindOriginsQueryVariables>(FindOriginsDocument, {}, options);
|
|
|
|
|
return VueApolloComposable.useLazyQuery<FindOriginsQuery, FindOriginsQueryVariables>(FindOriginsDocument, {}, options)
|
|
|
|
|
}
|
|
|
|
|
export type FindOriginsQueryCompositionFunctionResult = VueApolloComposable.UseQueryReturn<FindOriginsQuery, FindOriginsQueryVariables>;
|
|
|
|
|
|
|
|
|
@@ -578,7 +557,6 @@ export type FindOriginsQueryCompositionFunctionResult = VueApolloComposable.UseQ
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
const result: PossibleTypesResultData = {
|
|
|
|
|
"possibleTypes": {}
|
|
|
|
|
};
|
|
|
|
|
export default result;
|
|
|
|
|
|
|
|
|
|
possibleTypes: {}
|
|
|
|
|
}
|
|
|
|
|
export default result
|
|
|
|
|