SchemaArg: ReadonlyDeep_2<{
    comment?: string;
    deprecation?: Deprecation;
    inputTypes: InputTypeRef[];
    isNullable: boolean;
    isRequired: boolean;
    name: string;
    requiresOtherFields?: string[];
}>