Skip to content

Commit

Permalink
No cache for thread query
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Oct 26, 2021
1 parent 96c4c12 commit e9dc414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/graphql/graphql_functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export const getThread = async(threadid: string) : Promise<Thread> => {
let APOLLO_CLIENT = GraphQL.instance(KeycloakAdapter.getUser());
return APOLLO_CLIENT.query({
query: getThreadGQL,
fetchPolicy: 'no-cache',
variables: {
id: threadid
}
Expand Down

0 comments on commit e9dc414

Please # to comment.