Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

# Interface: InterfaceAttachment

Defined in: [src/types/Post/interface.ts:76](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L76)
Defined in: [src/types/Post/interface.ts:62](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L62)

## Properties

### url

> **url**: `string`

Defined in: [src/types/Post/interface.ts:77](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L77)
Defined in: [src/types/Post/interface.ts:63](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L63)
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@

# Interface: InterfaceCreator

Defined in: [src/types/Post/interface.ts:80](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L80)
Defined in: [src/types/Post/interface.ts:66](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L66)

## Properties

### avatarURL?

> `optional` **avatarURL**: `string`

Defined in: [src/types/Post/interface.ts:84](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L84)
Defined in: [src/types/Post/interface.ts:70](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L70)

***

### email

> **email**: `string`

Defined in: [src/types/Post/interface.ts:83](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L83)
Defined in: [src/types/Post/interface.ts:69](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L69)

***

### id

> **id**: `string`

Defined in: [src/types/Post/interface.ts:81](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L81)
Defined in: [src/types/Post/interface.ts:67](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L67)

***

### name

> **name**: `string`

Defined in: [src/types/Post/interface.ts:82](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L82)
Defined in: [src/types/Post/interface.ts:68](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L68)
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@

# Interface: InterfaceMutationCreatePostInput

Defined in: [src/types/Post/interface.ts:69](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L69)
Defined in: [src/types/Post/interface.ts:55](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L55)

## Properties

### attachments?

> `optional` **attachments**: `File`[]

Defined in: [src/types/Post/interface.ts:73](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L73)
Defined in: [src/types/Post/interface.ts:59](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L59)

***

### caption

> **caption**: `string`

Defined in: [src/types/Post/interface.ts:70](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L70)
Defined in: [src/types/Post/interface.ts:56](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L56)

***

### isPinned

> **isPinned**: `boolean`

Defined in: [src/types/Post/interface.ts:72](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L72)
Defined in: [src/types/Post/interface.ts:58](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L58)

***

### organizationId

> **organizationId**: `string`

Defined in: [src/types/Post/interface.ts:71](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L71)
Defined in: [src/types/Post/interface.ts:57](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L57)
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@

# Interface: InterfaceOrganization

Defined in: [src/types/Post/interface.ts:50](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L50)
Defined in: [src/types/Post/interface.ts:36](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L36)

## Properties

### id

> **id**: `string`

Defined in: [src/types/Post/interface.ts:51](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L51)
Defined in: [src/types/Post/interface.ts:37](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L37)

***

### pinnedPosts

> **pinnedPosts**: `object`

Defined in: [src/types/Post/interface.ts:57](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L57)
Defined in: [src/types/Post/interface.ts:43](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L43)

#### edges

Expand All @@ -40,7 +40,7 @@ Defined in: [src/types/Post/interface.ts:57](https://github.com/PalisadoesFounda

> **posts**: `object`

Defined in: [src/types/Post/interface.ts:52](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L52)
Defined in: [src/types/Post/interface.ts:38](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L38)

#### edges

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

# Interface: InterfaceOrganizationPostListData

Defined in: [src/types/Post/interface.ts:64](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L64)
Defined in: [src/types/Post/interface.ts:50](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L50)

## Properties

### organization

> **organization**: [`InterfaceOrganization`](InterfaceOrganization.md)

Defined in: [src/types/Post/interface.ts:65](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L65)
Defined in: [src/types/Post/interface.ts:51](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L51)
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@

# Interface: InterfacePageInfo

Defined in: [src/types/Post/interface.ts:38](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L38)
Defined in: [src/types/Post/interface.ts:24](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L24)

## Properties

### endCursor

> **endCursor**: `string`

Defined in: [src/types/Post/interface.ts:40](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L40)
Defined in: [src/types/Post/interface.ts:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L26)

***

### hasNextPage

> **hasNextPage**: `boolean`

Defined in: [src/types/Post/interface.ts:41](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L41)
Defined in: [src/types/Post/interface.ts:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L27)

***

### hasPreviousPage

> **hasPreviousPage**: `boolean`

Defined in: [src/types/Post/interface.ts:42](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L42)
Defined in: [src/types/Post/interface.ts:28](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L28)

***

### startCursor

> **startCursor**: `string`

Defined in: [src/types/Post/interface.ts:39](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L39)
Defined in: [src/types/Post/interface.ts:25](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L25)
Original file line number Diff line number Diff line change
Expand Up @@ -4,76 +4,76 @@

# Interface: InterfacePost

Defined in: [src/types/Post/interface.ts:87](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L87)
Defined in: [src/types/Post/interface.ts:73](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L73)

## Properties

### attachments?

> `optional` **attachments**: [`InterfaceAttachment`](InterfaceAttachment.md)[]

Defined in: [src/types/Post/interface.ts:94](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L94)
Defined in: [src/types/Post/interface.ts:80](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L80)

***

### caption?

> `optional` **caption**: `string`

Defined in: [src/types/Post/interface.ts:89](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L89)
Defined in: [src/types/Post/interface.ts:75](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L75)

***

### createdAt

> **createdAt**: `string`

Defined in: [src/types/Post/interface.ts:90](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L90)
Defined in: [src/types/Post/interface.ts:76](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L76)

***

### creator?

> `optional` **creator**: [`InterfaceCreator`](InterfaceCreator.md)

Defined in: [src/types/Post/interface.ts:93](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L93)
Defined in: [src/types/Post/interface.ts:79](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L79)

***

### id

> **id**: `string`

Defined in: [src/types/Post/interface.ts:88](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L88)
Defined in: [src/types/Post/interface.ts:74](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L74)

***

### imageUrl?

> `optional` **imageUrl**: `string`

Defined in: [src/types/Post/interface.ts:95](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L95)
Defined in: [src/types/Post/interface.ts:81](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L81)

***

### pinned?

> `optional` **pinned**: `boolean`

Defined in: [src/types/Post/interface.ts:92](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L92)
Defined in: [src/types/Post/interface.ts:78](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L78)

***

### pinnedAt?

> `optional` **pinnedAt**: `string`

Defined in: [src/types/Post/interface.ts:91](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L91)
Defined in: [src/types/Post/interface.ts:77](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L77)

***

### videoUrl?

> `optional` **videoUrl**: `string`

Defined in: [src/types/Post/interface.ts:96](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L96)
Defined in: [src/types/Post/interface.ts:82](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/types/Post/interface.ts#L82)

This file was deleted.

Loading