mirror of
https://github.com/vuejs/apollo.git
synced 2025-12-08 18:02:09 +00:00
16 lines
220 B
JavaScript
16 lines
220 B
JavaScript
exports.VUE_APOLLO_QUERY_KEYWORDS = [
|
|
'variables',
|
|
'watch',
|
|
'update',
|
|
'result',
|
|
'error',
|
|
'loadingKey',
|
|
'watchLoading',
|
|
'skip',
|
|
'throttle',
|
|
'debounce',
|
|
'subscribeToMore',
|
|
'prefetch',
|
|
'manual',
|
|
]
|