Skip to main content

Community

No description

type Community {
createdAt: DateTime
facebookURL: String
githubURL: String
id: ID!
inactivityTimeoutDuration: Int
instagramURL: String
linkedinURL: String
logoMimeType: String
logoURL: String
name: String
redditURL: String
slackURL: String
updatedAt: DateTime
updater: User
websiteURL: String
xURL: String
youtubeURL: String
}

Fields

Community.createdAt ● DateTime scalar

Date time at the time the community was created.

Community.facebookURL ● String scalar

URL to the facebook account of the community.

Community.githubURL ● String scalar

URL to the gitGub account of the community.

Community.id ● ID! non-null scalar

Global identifier of the community.

Community.inactivityTimeoutDuration ● Int scalar

Duration in seconds it should take for inactive clients to get timed out of their authenticated session within client-side talawa applications.

Community.instagramURL ● String scalar

URL to the instagram account of the community.

Community.linkedinURL ● String scalar

URL to the linkedin account of the community.

Community.logoMimeType ● String scalar

Mime type of the avatar of the community.

Community.logoURL ● String scalar

URL to the logo of the community.

Community.name ● String scalar

Name of the community.

Community.redditURL ● String scalar

URL to the reddit account of the community.

Community.slackURL ● String scalar

URL to the slack account of the community.

Community.updatedAt ● DateTime scalar

Date time at the time the community was last updated.

Community.updater ● User object

User who last updated the community.

Community.websiteURL ● String scalar

URL to the website of the community.

Community.xURL ● String scalar

URL to the x account of the community.

Community.youtubeURL ● String scalar

URL to the youtube account of the community.

Returned By

community query ● updateCommunity mutation