Riptide.Mutation.new

You're seeing just the function new, go back to Riptide.Mutation module for more information.
Link to this function

new(merge \\ %{}, delete \\ %{})

View Source

Specs

new(map(), map()) :: t()

Creates a new mutation, optionally passing in a map for merges or deletes

Examples

iex> Riptide.Mutation.new
%Riptide.Mutation{delete: %{}, merge: %{}}