Skip to content

@vue/apollo-composable / useSubscription / ReactiveVariablesParameter

Type Alias: ReactiveVariablesParameter ​

ReactiveVariablesParameter = MaybeRefOrGetter<OperationVariables> | Record<string, MaybeRefOrGetter<unknown>>

Type for the variables option parameter: either a ref/getter of the full variables object, or an object mapping individual variable names to refs/getters.

Released under the MIT License.