PostInput
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / PostInput
Type Alias: PostInput
> PostInput: object
Type declaration
_id?
> optional
_id: InputMaybe
<Scalars
["ID"
]["input"
]>
imageUrl?
> optional
imageUrl: InputMaybe
<Scalars
["URL"
]["input"
]>
organizationId
> organizationId: Scalars
["ID"
]["input"
]
pinned?
> optional
pinned: InputMaybe
<Scalars
["Boolean"
]["input"
]>
text
> text: Scalars
["String"
]["input"
]
title?
> optional
title: InputMaybe
<Scalars
["String"
]["input"
]>
videoUrl?
> optional
videoUrl: InputMaybe
<Scalars
["URL"
]["input"
]>