Skip to main content

User

talawa-apiDocs


talawa-api / types/generatedGraphQLTypes / User

Type Alias: User

> User: object

Type declaration

__typename?

> optional __typename: "User"

_id

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

address?

> optional address: Maybe<Address>

appUserProfileId?

> optional appUserProfileId: Maybe<AppUserProfile>

birthDate?

> optional birthDate: Maybe<Scalars["Date"]["output"]>

createdAt

> createdAt: Scalars["DateTime"]["output"]

educationGrade?

> optional educationGrade: Maybe<EducationGrade>

email

> email: Scalars["EmailAddress"]["output"]

employmentStatus?

> optional employmentStatus: Maybe<EmploymentStatus>

eventAdmin?

> optional eventAdmin: Maybe<Maybe<Event>[]>

firstName

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

gender?

> optional gender: Maybe<Gender>

identifier

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

image?

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

joinedOrganizations?

> optional joinedOrganizations: Maybe<Maybe<Organization>[]>

lastName

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

maritalStatus?

> optional maritalStatus: Maybe<MaritalStatus>

membershipRequests?

> optional membershipRequests: Maybe<Maybe<MembershipRequest>[]>

organizationsBlockedBy?

> optional organizationsBlockedBy: Maybe<Maybe<Organization>[]>

phone?

> optional phone: Maybe<UserPhone>

pluginCreationAllowed

> pluginCreationAllowed: Scalars["Boolean"]["output"]

posts?

> optional posts: Maybe<PostsConnection>

registeredEvents?

> optional registeredEvents: Maybe<Maybe<Event>[]>

tagsAssignedWith?

> optional tagsAssignedWith: Maybe<UserTagsConnection>

updatedAt

> updatedAt: Scalars["DateTime"]["output"]

Defined in

src/types/generatedGraphQLTypes.ts:2931