Skip to content

Commit

Permalink
update conversation snapshots for listqueryname typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Sep 26, 2024
1 parent 4edad8c commit 9da3cc7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function request(ctx) {
const messageHistoryQuery = {
getQueryName: 'getConversationMessagePirateChat',
getQueryInputTypeName: 'ID',
listQueryName: 'listConversationMessagesPirateChats',
listQueryName: 'listConversationMessagePirateChats',
listQueryInputTypeName: 'ModelConversationMessagePirateChatFilterInput',
listQueryLimit: undefined,
};
Expand Down Expand Up @@ -219,7 +219,7 @@ export function request(ctx) {
const messageHistoryQuery = {
getQueryName: 'getConversationMessagePirateChat',
getQueryInputTypeName: 'ID',
listQueryName: 'listConversationMessagesPirateChats',
listQueryName: 'listConversationMessagePirateChats',
listQueryInputTypeName: 'ModelConversationMessagePirateChatFilterInput',
listQueryLimit: undefined,
};
Expand Down Expand Up @@ -353,7 +353,7 @@ export function request(ctx) {
const messageHistoryQuery = {
getQueryName: 'getConversationMessagePirateChat',
getQueryInputTypeName: 'ID',
listQueryName: 'listConversationMessagesPirateChats',
listQueryName: 'listConversationMessagePirateChats',
listQueryInputTypeName: 'ModelConversationMessagePirateChatFilterInput',
listQueryLimit: undefined,
};
Expand Down Expand Up @@ -487,7 +487,7 @@ export function request(ctx) {
const messageHistoryQuery = {
getQueryName: 'getConversationMessagePirateChat',
getQueryInputTypeName: 'ID',
listQueryName: 'listConversationMessagesPirateChats',
listQueryName: 'listConversationMessagePirateChats',
listQueryInputTypeName: 'ModelConversationMessagePirateChatFilterInput',
listQueryLimit: undefined,
};
Expand Down

0 comments on commit 9da3cc7

Please sign in to comment.