Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
WikiMusic.Interaction.Model.Artist
Contents
Documentation
data ArtistError Source #
Constructors
ValidationFailedError (Map Text ValidationResult) | |
AccessUnauthorizedError | |
SomeError Text |
Instances
ifAllValid :: Applicative f => Map Text (Validation [Text]) -> f (Either ArtistError b) -> f (Either ArtistError b) Source #
Constructors
Artist | |
Fields
|
Instances
data ArtistArtwork Source #
Constructors
ArtistArtwork | |
Fields
|
Instances
data ArtistComment Source #
Constructors
ArtistComment | |
Fields
|
Instances
data ArtistOpinion Source #
Constructors
ArtistOpinion | |
Fields
|
Instances
data GetArtistsQueryResponse Source #
Instances
data InsertArtistsCommandResponse Source #
Constructors
InsertArtistsQueryResponse | |
Fields
|
Instances
newtype InsertArtistsRequest Source #
Constructors
InsertArtistsRequest | |
Fields |
Instances
data InsertArtistsRequestItem Source #
Constructors
InsertArtistsRequestItem | |
Fields
|
Instances
data InsertArtistCommentsCommandResponse Source #
Constructors
InsertArtistCommentsCommandResponse | |
Fields |
Instances
newtype InsertArtistCommentsRequest Source #
Constructors
InsertArtistCommentsRequest | |
Fields |
Instances
data InsertArtistCommentsRequestItem Source #
Constructors
InsertArtistCommentsRequestItem | |
Fields
|
Instances
data UpsertArtistOpinionsCommandResponse Source #
Constructors
UpsertArtistOpinionsCommandResponse | |
Fields |
Instances
newtype UpsertArtistOpinionsRequest Source #
Constructors
UpsertArtistOpinionsRequest | |
Fields |
Instances
data UpsertArtistOpinionsRequestItem Source #
Constructors
UpsertArtistOpinionsRequestItem | |
Fields
|
Instances
data InsertArtistArtworksCommandResponse Source #
Constructors
InsertArtistArtworksCommandResponse | |
Fields |
Instances
newtype InsertArtistArtworksRequest Source #
Constructors
InsertArtistArtworksRequest | |
Fields |
Instances
data InsertArtistArtworksRequestItem Source #
Constructors
InsertArtistArtworksRequestItem | |
Fields
|
Instances
newtype ArtistArtworkOrderUpdateRequest Source #
Constructors
ArtistArtworkOrderUpdateRequest | |
Fields |
Instances
newtype ArtistDeltaRequest Source #
Constructors
ArtistDeltaRequest | |
Fields
|
Instances
Orphan instances
ToSchema (Validation [Text]) Source # | |
Methods declareNamedSchema :: Proxy (Validation [Text]) -> Declare (Definitions Schema) NamedSchema # |