@timardex/cluemart-shared 1.5.43 → 1.5.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-FW6BEOOA.mjs → chunk-7ZT2TANM.mjs} +49 -4
- package/dist/{chunk-FW6BEOOA.mjs.map → chunk-7ZT2TANM.mjs.map} +1 -1
- package/dist/{chunk-ZK46INKO.mjs → chunk-WSXWGLTB.mjs} +1 -1
- package/dist/{chunk-ZK46INKO.mjs.map → chunk-WSXWGLTB.mjs.map} +1 -1
- package/dist/graphql/index.cjs +48 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +10 -2
- package/dist/graphql/index.d.ts +10 -2
- package/dist/graphql/index.mjs +3 -1
- package/dist/hooks/index.cjs +39 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +48 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +23 -5
- package/dist/index.d.ts +23 -5
- package/dist/index.mjs +47 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-C09ax7q1.d.mts → post-C0bv5VBc.d.mts} +15 -5
- package/dist/{post-REpGvFMs.d.ts → post-C5DlXBQC.d.ts} +15 -5
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
3
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CqrscA5x.mjs';
|
|
4
4
|
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-MMBYi34A.mjs';
|
|
5
|
-
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameType } from '../post-
|
|
5
|
+
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameType, e as GameLeaderboard } from '../post-C0bv5VBc.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -1025,5 +1025,13 @@ declare const useGetGame: (_id: string) => {
|
|
|
1025
1025
|
game: GameType | null;
|
|
1026
1026
|
}>>;
|
|
1027
1027
|
};
|
|
1028
|
+
declare const useGetGameLeaderboard: () => {
|
|
1029
|
+
error: _apollo_client.ApolloError | undefined;
|
|
1030
|
+
leaderboard: GameLeaderboard[];
|
|
1031
|
+
loading: boolean;
|
|
1032
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
1033
|
+
leaderboard: GameLeaderboard[];
|
|
1034
|
+
}>>;
|
|
1035
|
+
};
|
|
1028
1036
|
|
|
1029
|
-
export { type UseGetEventsByRegionOptions, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
|
1037
|
+
export { type UseGetEventsByRegionOptions, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGameLeaderboard, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
3
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-2FaGRW-i.js';
|
|
4
4
|
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-B0WdAD-8.js';
|
|
5
|
-
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameType } from '../post-
|
|
5
|
+
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameType, e as GameLeaderboard } from '../post-C5DlXBQC.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -1025,5 +1025,13 @@ declare const useGetGame: (_id: string) => {
|
|
|
1025
1025
|
game: GameType | null;
|
|
1026
1026
|
}>>;
|
|
1027
1027
|
};
|
|
1028
|
+
declare const useGetGameLeaderboard: () => {
|
|
1029
|
+
error: _apollo_client.ApolloError | undefined;
|
|
1030
|
+
leaderboard: GameLeaderboard[];
|
|
1031
|
+
loading: boolean;
|
|
1032
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
1033
|
+
leaderboard: GameLeaderboard[];
|
|
1034
|
+
}>>;
|
|
1035
|
+
};
|
|
1028
1036
|
|
|
1029
|
-
export { type UseGetEventsByRegionOptions, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
|
1037
|
+
export { type UseGetEventsByRegionOptions, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGameLeaderboard, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -53,6 +53,7 @@ import {
|
|
|
53
53
|
useGetEventsByRegion,
|
|
54
54
|
useGetEventsNearMe,
|
|
55
55
|
useGetGame,
|
|
56
|
+
useGetGameLeaderboard,
|
|
56
57
|
useGetGames,
|
|
57
58
|
useGetNotificationCount,
|
|
58
59
|
useGetNotificationCountSubscription,
|
|
@@ -125,7 +126,7 @@ import {
|
|
|
125
126
|
useUpdateVendor,
|
|
126
127
|
useUpdateVendorInfo,
|
|
127
128
|
useValidateVerificationToken
|
|
128
|
-
} from "../chunk-
|
|
129
|
+
} from "../chunk-7ZT2TANM.mjs";
|
|
129
130
|
import "../chunk-USQKKCIA.mjs";
|
|
130
131
|
export {
|
|
131
132
|
useAddParticipantToChat,
|
|
@@ -182,6 +183,7 @@ export {
|
|
|
182
183
|
useGetEventsByRegion,
|
|
183
184
|
useGetEventsNearMe,
|
|
184
185
|
useGetGame,
|
|
186
|
+
useGetGameLeaderboard,
|
|
185
187
|
useGetGames,
|
|
186
188
|
useGetNotificationCount,
|
|
187
189
|
useGetNotificationCountSubscription,
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -4049,15 +4049,21 @@ var import_client56 = require("@apollo/client");
|
|
|
4049
4049
|
|
|
4050
4050
|
// src/graphql/queries/game.ts
|
|
4051
4051
|
var import_client55 = require("@apollo/client");
|
|
4052
|
+
var GAME_DATE_FIELDS_FRAGMENT = import_client55.gql`
|
|
4053
|
+
fragment GameDateFields on GameDateType {
|
|
4054
|
+
startDate
|
|
4055
|
+
endDate
|
|
4056
|
+
}
|
|
4057
|
+
`;
|
|
4052
4058
|
var BASE_GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
4053
4059
|
fragment BaseGameFields on BaseGameType {
|
|
4054
4060
|
gameDate {
|
|
4055
|
-
|
|
4056
|
-
endDate
|
|
4061
|
+
...GameDateFields
|
|
4057
4062
|
}
|
|
4058
4063
|
gameSolution
|
|
4059
4064
|
gameType
|
|
4060
4065
|
}
|
|
4066
|
+
${GAME_DATE_FIELDS_FRAGMENT}
|
|
4061
4067
|
`;
|
|
4062
4068
|
var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
|
|
4063
4069
|
fragment DailyClueGameDataFields on DailyClueGameDataType {
|
|
@@ -4076,6 +4082,16 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
4076
4082
|
}
|
|
4077
4083
|
${BASE_GAME_FIELDS_FRAGMENT}
|
|
4078
4084
|
`;
|
|
4085
|
+
var GAME_HISTORY_FIELDS_FRAGMENT = import_client55.gql`
|
|
4086
|
+
fragment GameHistoryFields on GameHistoryType {
|
|
4087
|
+
gameDate {
|
|
4088
|
+
...GameDateFields
|
|
4089
|
+
}
|
|
4090
|
+
gameType
|
|
4091
|
+
pointsEarned
|
|
4092
|
+
}
|
|
4093
|
+
${GAME_DATE_FIELDS_FRAGMENT}
|
|
4094
|
+
`;
|
|
4079
4095
|
var GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
4080
4096
|
fragment GameFields on GameType {
|
|
4081
4097
|
_id
|
|
@@ -4087,6 +4103,9 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
4087
4103
|
...DailyClueGameDataFields
|
|
4088
4104
|
}
|
|
4089
4105
|
}
|
|
4106
|
+
gameHistory {
|
|
4107
|
+
...GameHistoryFields
|
|
4108
|
+
}
|
|
4090
4109
|
updatedAt
|
|
4091
4110
|
owner {
|
|
4092
4111
|
...OwnerFields
|
|
@@ -4095,6 +4114,8 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
4095
4114
|
}
|
|
4096
4115
|
${DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT}
|
|
4097
4116
|
${OWNER_FIELDS_FRAGMENT}
|
|
4117
|
+
${GAME_DATE_FIELDS_FRAGMENT}
|
|
4118
|
+
${GAME_HISTORY_FIELDS_FRAGMENT}
|
|
4098
4119
|
`;
|
|
4099
4120
|
var GET_GAMES = import_client55.gql`
|
|
4100
4121
|
query getGames {
|
|
@@ -4112,6 +4133,22 @@ var GET_GAME = import_client55.gql`
|
|
|
4112
4133
|
}
|
|
4113
4134
|
${GAME_FIELDS_FRAGMENT}
|
|
4114
4135
|
`;
|
|
4136
|
+
var GET_LEADERBOARD = import_client55.gql`
|
|
4137
|
+
query getLeaderboard() {
|
|
4138
|
+
leaderboard() {
|
|
4139
|
+
gameDate {
|
|
4140
|
+
...GameDateFields
|
|
4141
|
+
}
|
|
4142
|
+
gameType
|
|
4143
|
+
pointsEarned
|
|
4144
|
+
owner {
|
|
4145
|
+
...OwnerFields
|
|
4146
|
+
}
|
|
4147
|
+
}
|
|
4148
|
+
}
|
|
4149
|
+
${GAME_DATE_FIELDS_FRAGMENT}
|
|
4150
|
+
${OWNER_FIELDS_FRAGMENT}
|
|
4151
|
+
`;
|
|
4115
4152
|
|
|
4116
4153
|
// src/graphql/queries/post.ts
|
|
4117
4154
|
var POST_CONTENT_DATA_FIELDS_FRAGMENT = import_client56.gql`
|