mutationUpdateCommunityInputSchema
Variable: mutationUpdateCommunityInputSchema
constmutationUpdateCommunityInputSchema:ZodObject<{facebookURL:ZodOptional<ZodNullable<ZodString>>;githubURL:ZodOptional<ZodNullable<ZodString>>;inactivityTimeoutDuration:ZodNullable<ZodOptional<ZodInt>>;instagramURL:ZodOptional<ZodNullable<ZodString>>;linkedinURL:ZodOptional<ZodNullable<ZodString>>;logo:ZodOptional<ZodNullable<ZodObject<{fileHash:ZodString;mimeType:ZodEnum<{image/avif:"image/avif";image/jpeg:"image/jpeg";image/png:"image/png";image/webp:"image/webp";video/mp4:"video/mp4";video/quicktime:"video/quicktime";video/webm:"video/webm"; }>;name:ZodString;objectName:ZodString; },$strip>>>;name:ZodOptional<ZodString>;redditURL:ZodOptional<ZodNullable<ZodString>>;slackURL:ZodOptional<ZodNullable<ZodString>>;websiteURL:ZodOptional<ZodNullable<ZodString>>;xURL:ZodOptional<ZodNullable<ZodString>>;youtubeURL:ZodOptional<ZodNullable<ZodString>>; }, { }>
Defined in: src/graphql/inputs/MutationUpdateCommunityInput.ts:10