wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Team.Conversation

Synopsis

TeamConversation

data TeamConversation Source #

Instances

Instances details
Arbitrary TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

FromJSON TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

ToJSON TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

Generic TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

Associated Types

type Rep TeamConversation :: Type -> Type #

Show TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

Eq TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

ToSchema TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

ToSchema TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

type Rep TeamConversation Source # 
Instance details

Defined in Wire.API.Team.Conversation

type Rep TeamConversation = D1 ('MetaData "TeamConversation" "Wire.API.Team.Conversation" "wire-api-0.1.0-3915FetN8WgFcCGrbk6Vve" 'True) (C1 ('MetaCons "TeamConversation" 'PrefixI 'True) (S1 ('MetaSel ('Just "_conversationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ConvId)))

TeamConversationList

data TeamConversationList Source #

Instances

Instances details
Arbitrary TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

FromJSON TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

ToJSON TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

Generic TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

Associated Types

type Rep TeamConversationList :: Type -> Type #

Show TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

Eq TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

ToSchema TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

ToSchema TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

type Rep TeamConversationList Source # 
Instance details

Defined in Wire.API.Team.Conversation

type Rep TeamConversationList = D1 ('MetaData "TeamConversationList" "Wire.API.Team.Conversation" "wire-api-0.1.0-3915FetN8WgFcCGrbk6Vve" 'True) (C1 ('MetaCons "TeamConversationList" 'PrefixI 'True) (S1 ('MetaSel ('Just "teamConversations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [TeamConversation])))