Riptide.Interceptor.mutation_before
You're seeing just the function
mutation_before
, go back to Riptide.Interceptor module for more information.
Specs
mutation_before(Riptide.Mutation.t(), any()) :: {:ok, Riptide.Mutation.t()} | {:error, any()}
Trigger mutation_before
callback on configured interceptors for given mutation
Specs
mutation_before(Riptide.Mutation.t(), any(), [atom()]) :: {:ok, Riptide.Mutation.t()} | {:error, any()}
Trigger mutation_before
callback on interceptors for given mutation