Skip to main content

Venue

talawa-apiDocs


talawa-api / types/generatedGraphQLTypes / Venue

Type Alias: Venue

> Venue: object

Type declaration

__typename?

> optional __typename: "Venue"

_id

> _id: Scalars["ID"]["output"]

capacity

> capacity: Scalars["Int"]["output"]

description?

> optional description: Maybe<Scalars["String"]["output"]>

imageUrl?

> optional imageUrl: Maybe<Scalars["URL"]["output"]>

name

> name: Scalars["String"]["output"]

organization

> organization: Organization

Defined in

src/types/generatedGraphQLTypes.ts:3162