Mutation

sangria.relay.Mutation$
See theMutation companion trait
object Mutation

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Mutation.type

Members list

Value members

Concrete methods

def fieldWithClientMutationId[Ctx, Val, Res : ClassTag, Input : FromInput](fieldName: String, typeName: String, mutateAndGetPayload: (Input, Context[Ctx, Val]) => Action[Ctx, Res], inputFields: List[InputField[_]], outputFields: List[Field[Ctx, Res]], tags: List[FieldTag], complexity: Option[(Ctx, Args, Double) => Double], fieldDescription: Option[String]): Field[Ctx, Val]

Concrete fields