Skip to main content

MutationUpdateCommunityInput

API Docs


Variable: MutationUpdateCommunityInput

const MutationUpdateCommunityInput: InputObjectRef<ExtendDefaultTypes<{ Context: GraphQLContext; Scalars: CustomScalars; }>, { facebookURL?: string | null; githubURL?: string | null; inactivityTimeoutDuration?: number | null; instagramURL?: string | null; linkedinURL?: string | null; logo?: { fileHash: string; mimeType: NonNullable<"image/avif" | "image/jpeg" | "image/png" | "image/webp" | "video/mp4" | "video/webm" | "video/quicktime">; name: string; objectName: string; } | null; name?: string | null; redditURL?: string | null; slackURL?: string | null; websiteURL?: string | null; xURL?: string | null; youtubeURL?: string | null; }>

Defined in: src/graphql/inputs/MutationUpdateCommunityInput.ts:37