Skip to main content

MutationUpdateCommunityInput

input MutationUpdateCommunityInput {
facebookURL: String
githubURL: String
inactivityTimeoutDuration: Int
instagramURL: String
linkedinURL: String
logo: Upload
name: String
redditURL: String
slackURL: String
websiteURL: String
xURL: String
youtubeURL: String
}

Fields

MutationUpdateCommunityInput.facebookURL ● String scalar

URL to the facebook account of the community.

MutationUpdateCommunityInput.githubURL ● String scalar

URL to the gitGub account of the community.

MutationUpdateCommunityInput.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.

MutationUpdateCommunityInput.instagramURL ● String scalar

URL to the instagram account of the community.

MutationUpdateCommunityInput.linkedinURL ● String scalar

URL to the linkedin account of the community.

MutationUpdateCommunityInput.logo ● Upload scalar

Mime type of the logo of the community.

MutationUpdateCommunityInput.name ● String scalar

Name of the community.

MutationUpdateCommunityInput.redditURL ● String scalar

URL to the reddit account of the community.

MutationUpdateCommunityInput.slackURL ● String scalar

URL to the slack account of the community.

MutationUpdateCommunityInput.websiteURL ● String scalar

URL to the website of the community.

MutationUpdateCommunityInput.xURL ● String scalar

URL to the x account of the community.

MutationUpdateCommunityInput.youtubeURL ● String scalar

URL to the youtube account of the community.

Member Of

updateCommunity mutation