Spatio.Model.CommentMutationResponse (spatio_sdk v0.0.2)

Response for POST and PATCH on a comment.

Summary

Types

t()

@type t() :: %Spatio.Model.CommentMutationResponse{
  comment: Spatio.Model.Comment.t(),
  success: boolean()
}

Functions

decode(value)