wikimusic-model-hs-1.2.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

WikiMusic.Interaction.Model.Auth

Documentation

data GetMeQueryResponse Source #

Instances

Instances details
FromJSON GetMeQueryResponse Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

ToJSON GetMeQueryResponse Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

Generic GetMeQueryResponse Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

Associated Types

type Rep GetMeQueryResponse :: Type -> Type #

Show GetMeQueryResponse Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

Eq GetMeQueryResponse Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

ToSchema GetMeQueryResponse Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

(k ~ A_Lens, a ~ Text, b ~ Text) => LabelOptic "displayName" k GetMeQueryResponse GetMeQueryResponse a b Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

(k ~ A_Lens, a ~ Text, b ~ Text) => LabelOptic "emailAddress" k GetMeQueryResponse GetMeQueryResponse a b Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

(k ~ A_Lens, a ~ UUID, b ~ UUID) => LabelOptic "identifier" k GetMeQueryResponse GetMeQueryResponse a b Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

(k ~ A_Lens, a ~ [UserRole], b ~ [UserRole]) => LabelOptic "roles" k GetMeQueryResponse GetMeQueryResponse a b Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

type Rep GetMeQueryResponse Source # 
Instance details

Defined in WikiMusic.Interaction.Model.Auth

type Rep GetMeQueryResponse = D1 ('MetaData "GetMeQueryResponse" "WikiMusic.Interaction.Model.Auth" "wikimusic-model-hs-1.2.0.0-2AFmU6Rx8U3ctQHH6pLAk" 'False) (C1 ('MetaCons "GetMeQueryResponse" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "roles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [UserRole]))))