Files
apollo/lib/consts.js
T
Guillaume Chau 768e4688b9 refactor: SSR
2018-08-30 13:36:15 +02:00

16 lines
220 B
JavaScript

exports.VUE_APOLLO_QUERY_KEYWORDS = [
'variables',
'watch',
'update',
'result',
'error',
'loadingKey',
'watchLoading',
'skip',
'throttle',
'debounce',
'subscribeToMore',
'prefetch',
'manual',
]