apollo
apollo copied to clipboard
set global defaultOptions's fetchPolocy is not work
I have the same problem
I have the same problem too ... I have been testing no-cache fetch policy and it didn't work.
Hi, i im getting the same problem, i use this option
defaultOptions: { // See 'apollo' definition // For example: default query options $query: { loadingKey: 'loading', fetchPolicy: 'network-only', }, },